interface Infragistics.Documents.Reports.Report.QuickTable.IQuickTable:

   def public property Header as Infragistics.Documents.Reports.Report.QuickTable.IQuickTableHeader
      get.

   def public property Footer as Infragistics.Documents.Reports.Report.QuickTable.IQuickTableFooter
      get.

   def public property Divider as Infragistics.Documents.Reports.Report.QuickTable.IQuickTableDivider
      get.

   def public property Borders as Infragistics.Documents.Reports.Report.Borders
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Paddings as Infragistics.Documents.Reports.Report.Paddings
      get.
      set.

   def public property Background as Infragistics.Documents.Reports.Report.Background
      get.
      set.

   def public property KeepSolid as logical
      get.
      set.

   def public property Stretch as logical
      get.
      set.

   def public property Parent as System.Object
      get.

   method public void AddColumn(input width as decimal).

   method public Infragistics.Documents.Reports.Report.QuickTable.IQuickTableRow AddRow().

end interface.
