interface Infragistics.Documents.Reports.Report.Table.ITable:

   def public property Header as Infragistics.Documents.Reports.Report.Table.ITableHeader
      get.

   def public property Footer as Infragistics.Documents.Reports.Report.Table.ITableFooter
      get.

   def public property Divider as Infragistics.Documents.Reports.Report.Table.ITableDivider
      get.

   def public property Width as Infragistics.Documents.Reports.Report.Width
      get.
      set.

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   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 Infragistics.Documents.Reports.Report.Table.ITableRow AddRow().

   method public void ApplyPattern(input pattern as Infragistics.Documents.Reports.Report.Table.TablePattern).

   method public Infragistics.Documents.Reports.Graphics.Size Measure().

end interface.
