Skip to main content

ExpressionContext.Row Property

Gets or sets the row of a cell containing the formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int Row { get; set; }

Property Value

Type Description
Int32

An integer that is the row index of a cell containing the formula.

Implements

See Also