interface Infragistics.Documents.Reports.Report.QuickTable.IQuickTableRow:

   def public property Height as Infragistics.Documents.Reports.Report.Height
      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.QuickTable.IQuickTable
      get.

   method public Infragistics.Documents.Reports.Report.QuickTable.IContainerCell AddCell().

   method public Infragistics.Documents.Reports.Report.QuickTable.ITextCell AddCell(input text as character).

   method public Infragistics.Documents.Reports.Report.QuickTable.IImageCell AddCell(input image as Infragistics.Documents.Reports.Graphics.Image).

end interface.
