The following tables list the members exposed by CellExportingEventArgs.
Name | Description | |
---|---|---|
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | CurrentColumnIndex | Zero-based index of current exporting column in excel worksheet.. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs) |
![]() | CurrentOutlineLevel | Current outline level used for grouping. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs) |
![]() | CurrentRowIndex | Zero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs) |
![]() | CurrentWorksheet | Current exporting worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs) |
![]() | ExportValue | The value which will be exported to the Excel worksheet. |
![]() | GridColumn | Associated grid column. |
![]() | GridRow | Grid row containing the cell. |
![]() | GridValue | Returns the value of the object in the grid which is being exported. |
![]() | Value | Grid cell value. |
![]() | Workbook | Exporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs) |