Back to Devexpress

EvaluationContext.Row Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-evaluationcontext-c9a2ab6c.md

latest1.1 KB
Original Source

EvaluationContext.Row Property

Gets the index of a row containing the cell whose formula is being evaluated.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int Row { get; }
vb
ReadOnly Property Row As Integer

Property Value

TypeDescription
Int32

An integer that is the zero-based row index.

|

See Also

EvaluationContext Interface

EvaluationContext Members

DevExpress.Spreadsheet.Functions Namespace