interface Infragistics.Documents.Reports.Report.Grid.IGridColumn:

   def public property Width as Infragistics.Documents.Reports.Report.Width
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.HorizontalMargins
      get.
      set.

   def public property Parent as Infragistics.Documents.Reports.Report.Grid.IGrid
      get.

end interface.
