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

DataBindingErrorEventArgs.ColumnIndex Property

Gets the index of the column in which an error occurs.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

An integer that is the Column.Index property value of a column which caused an error.

See Also