class Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventArgs
   inherits System.EventArgs:

   def public property FrameworkFormatStr as character
      get.

   def public property ExcelFormatStr as character
      get.
      set.

   def public property Column as Infragistics.Win.UltraWinGrid.UltraGridColumn
      get.

end class.
