Skip to main content
Row

CellKey.RowIndex Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int RowIndex { get; }

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