interface Infragistics.Documents.Reports.Report.QuickTable.IQuickTableFooter:

   def public property Repeat as logical
      get.
      set.

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   method public Infragistics.Documents.Reports.Report.QuickTable.IContainerCell AddCell().

   method public Infragistics.Documents.Reports.Report.QuickTable.ITextCell AddCell(input text as character).

   method public Infragistics.Documents.Reports.Report.QuickTable.IImageCell AddCell(input image as Infragistics.Documents.Reports.Graphics.Image).

end interface.
