Version 24.2 (latest)

ExportStartedEventArgs Class Properties

For a list of all members of this type, see ExportStartedEventArgs members.

Public Properties
 NameDescription
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 PropertyDataPresenterReturns a clone of the DataPresenter that is about to be exported.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
See Also