class Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventArgs
   inherits Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs:

   def public property GridRow as Infragistics.Win.UltraWinGrid.UltraGridRow
      get.

   def public property GridColumn as Infragistics.Win.UltraWinGrid.UltraGridColumn
      get.

   def public property Value as System.Object
      get.
      set.

   def public property GridValue as System.Object
      get.

   def public property ExportValue as System.Object
      get.
      set.

end class.
