interface Infragistics.Documents.Reports.Report.Grid.IGridRow:

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   def public property KeepSolid as logical
      get.
      set.

   def public property KeepWithNext as logical
      get.
      set.

   def public property Parent as Infragistics.Documents.Reports.Report.Grid.IGrid
      get.

   method public Infragistics.Documents.Reports.Report.Grid.IGridCell AddCell().

end interface.
