Version

ExportEndingEventArgs Class Members

The following tables list the members exposed by ExportEndingEventArgs.

Public Properties
 NameDescription
Public PropertyCanceledTrue if exporting process was canceled.  
Public PropertyCancelInfoReturns an object that provides information about action that canceled the export.  
Public PropertyCurrentColumnIndexZero-based index of current exporting column in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyCurrentRowIndexZero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyCurrentWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
See Also