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

FormulaEvaluationContext.Row Property

Gets or sets the row index.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public int Row { get; set; }

Property Value

Type Description
Int32

An integer that specifies the row index.

Implements

See Also