class Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs
   inherits System.ComponentModel.CancelEventArgs:

   def public property Workbook as Infragistics.Documents.Excel.Workbook
      get.

   def public property CurrentWorksheet as Infragistics.Documents.Excel.Worksheet
      get.
      set.

   def public property CurrentRowIndex as integer
      get.
      set.

   def public property CurrentColumnIndex as integer
      get.
      set.

   def public property CurrentOutlineLevel as integer
      get.

end class.
