Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public DataColumn DataColumn { get; }

Property Value

Type Description
DataColumn

A DataColumn object that is the column in a DataTable

See Also