Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellKey.RowIndex Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the row containing the current cell.

Remarks

The RowIndex has the same value as the Cell.RowIndex property.

See Also