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 the column that contains the current cell.

Namespace: DevExpress.Spreadsheet

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

Declaration

public readonly int ColumnIndex { get; }

Property Value

Type Description
Int32

A zero-based column index.

Remarks

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

See Also