Spread Windows Forms 12.0 Product Documentation
ContextRow Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IEvaluationContext Interface : ContextRow Property
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
int ContextRow {get;}

Property Value

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

Reference

IEvaluationContext Interface
IEvaluationContext Members