Skip to main content

CellCalculationArgs.Row Property

Gets the index of a row containing the current cell.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int Row { get; }

Property Value

Type Description
Int32

An integer that is the row index.

Remarks

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

See Also