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

CellCalculationArgs.Row Property

Gets the index of a row containing the current cell.

Namespace: DevExpress.Spreadsheet.Formulas

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

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