class Infragistics.Documents.Reports.Report.Grid.GridFooterPattern
   inherits System.Object:

   def public property Cell as Infragistics.Documents.Reports.Report.Grid.GridCellPattern
      get.

   def public property Repeat as logical
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   constructor public GridFooterPattern():
   end constructor.

   method public final void Apply(input footer as Infragistics.Documents.Reports.Report.Grid.IGridFooter):
   end method.

end class.
