interface Infragistics.Documents.Reports.Report.Grid.IGridHeader:

   def public property Repeat as logical
      get.
      set.

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   method public Infragistics.Documents.Reports.Report.Grid.IGridCell AddCell().

end interface.
