interface Infragistics.Documents.Reports.Report.Table.ITableDivider:

   def public property Inner as logical
      get.
      set.

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   method public Infragistics.Documents.Reports.Report.Table.ITableCell AddCell().

end interface.
