class Infragistics.Documents.Reports.Report.Table.TableDividerPattern
   inherits System.Object:

   def public property Cell as Infragistics.Documents.Reports.Report.Table.TableCellPattern
      get.

   def public property Inner as logical
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   constructor public TableDividerPattern():
   end constructor.

   method public final void Apply(input divider as Infragistics.Documents.Reports.Report.Table.ITableDivider):
   end method.

end class.
