interface Infragistics.Documents.Reports.Report.Table.ITableRow:

   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.Table.ITable
      get.

   method public Infragistics.Documents.Reports.Report.Table.ITableCell AddCell().

end interface.
