The following tables list the members exposed by CellExportErrorEventArgs.
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) |
![]() | Exception | The exception that occurred when attempting to export the grid cell value to the worksheet cell. |
![]() | GridColumn | Associated grid column. |
![]() | GridRow | Grid row containing the cell. |
![]() | ThrowException | Indicates whether or not to re-throw the exception. |
![]() | Value | Grid cell value. |
![]() | Workbook | Exporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs) |