CellKey.ColumnIndex Property
Gets the index of the column that contains the current cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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