class Infragistics.Win.UltraWinGrid.ExcelExport.CellExportErrorEventArgs
   inherits Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs:

   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.

   def public property Exception as System.Exception
      get.

   def public property ThrowException as logical
      get.
      set.

end class.
