CellKey.RowIndex Property
Gets the index of the row that contains the current cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based row index. |
Remarks
The RowIndex property has the same value as the Cell.RowIndex property of the current cell.
See Also