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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
DataColumn | A DataColumn object that is the column in a DataTable |
See Also