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

CellKey.ColumnIndex Property

Gets the index of a column that contains the current cell.

Namespace: DevExpress.Spreadsheet

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

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the column containing the current cell.

Remarks

The ColumnIndex has the same value as the Cell.ColumnIndex property of the current cell.

See Also