class Infragistics.Documents.Reports.Report.Table.TableFooterPattern
   inherits System.Object:

   def public property Cell as Infragistics.Documents.Reports.Report.Table.TableCellPattern
      get.

   def public property Repeat as logical
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   constructor public TableFooterPattern():
   end constructor.

   method public final void Apply(input footer as Infragistics.Documents.Reports.Report.Table.ITableFooter):
   end method.

end class.
