CellValueConversionErrorEventArgs.DataColumn Property
Provides access to a column in a target DataTable that cannot be filled with data for the current row due to a conversion error.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DataColumn | A DataColumn object that is the column in a DataTable |
See Also