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


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

Property Value

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