Skip to main content
Row

DataBindingErrorEventArgs.ColumnIndex Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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