Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

public DataColumn DataColumn { get; }

Property Value

Type Description
DataColumn

A DataColumn object that is the column in a DataTable

See Also