The following tables list the members exposed by ExcelExportInitializeRowEventArgs.
Name | Description | |
---|---|---|
![]() | CurrentColumnIndex | Zero-based index of current exporting column in excel worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs) |
![]() | CurrentOutlineLevel | Current outline level used for grouping. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs) |
![]() | CurrentRowIndex | Zero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs) |
![]() | CurrentWorksheet | Current exporting worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs) |
![]() | Row | Grid row. |
![]() | SkipDescendants | Specifies whether to skip the descendats of the current row. |
![]() | SkipRow | Specifies whether to skip the current row. |
![]() | SkipSiblings | Specifies whether to skip sibling rows of the current row. |
![]() | TerminateExport | Specifies whether to terminate the export process. Current row will not be processed. |
![]() | Workbook | Exporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs) |