class Infragistics.Documents.Reports.Report.Grid.GridHeaderPattern
   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 GridHeaderPattern():
   end constructor.

   method public final void Apply(input header as Infragistics.Documents.Reports.Report.Grid.IGridHeader):
   end method.

end class.
