The following tables list the members exposed by InitializeRecordEventArgs.
Name | Description | |
---|---|---|
CurrentColumnIndex | Zero-based index of current exporting column in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs) | |
CurrentOutlineLevel | Current outline level used for grouping. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs) | |
CurrentRowIndex | Zero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs) | |
CurrentWorksheet | Current exporting worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs) | |
Record | Returns the record that is going to be exported. | |
SkipDescendants | Specifies whether to skip the descendants of the current record. | |
SkipRecord | Specifies whether to skip the current record. | |
SkipSiblings | Specifies whether to skip sibling records of the current record. | |
TerminateExport | Specifies whether to terminate the export process. The current record will not be processed. | |
Workbook | Exporting workbook. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs) |