Skip to main content
Row

CellKey.ColumnIndex Property

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

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

A zero-based column index.

Remarks

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

See Also