The following tables list the members exposed by CellExportingEventArgs.
Name | Description | |
---|---|---|
CellExportingEventArgs Constructor | Creates a new CellExportingEventArgs instance. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
CellValue | Returns the grid cell value. | |
ExportValue | Gets or sets the value that will be exported to the report. | |
GridColumn | Returns the Infragistics.Win.UltraWinGrid.UltraGridColumn which contains the cell being exported. | |
GridRow | Returns the Infragistics.Win.UltraWinGrid.UltraGridRow containing the cell. | |
ReportCell | Returns the Infragistics.Documents.Reports.Report.Grid.IGridCell into which the contents of the cell will be exported. |