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

ExpressionContext.Row Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

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