Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / ContextRow Property


In This Topic
ContextRow Property
In This Topic
Gets the row index of the cell whose formula is being evaluated.
Syntax
'Declaration
 
ReadOnly Property ContextRow As Integer
 
'Usage
 
Dim instance As IEvaluationContext
Dim value As Integer
 
value = instance.ContextRow

Property Value

An zero-based integer indicates the row index of the cell.
See Also