Spread Windows Forms 12.0 Product Documentation
ContextColumn Property


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

Property Value

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

Reference

IEvaluationContext Interface
IEvaluationContext Members