class Infragistics.Documents.Reports.Report.Grid.GridDividerPattern
   inherits System.Object:

   def public property Cell as Infragistics.Documents.Reports.Report.Grid.GridCellPattern
      get.

   def public property Inner as logical
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.VerticalMargins
      get.
      set.

   constructor public GridDividerPattern():
   end constructor.

   method public final void Apply(input divider as Infragistics.Documents.Reports.Report.Grid.IGridDivider):
   end method.

end class.
