Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / EnterContext Method
The IReferenceSource object which is using formula.
An integer value indicates the context row index.
An integer value indicates the context column index.


In This Topic
EnterContext Method (IEvaluationContext)
In This Topic
Enters the specified evaluating context.
Syntax
'Declaration
 
Sub EnterContext( _
   ByVal source As IReferenceSource, _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) 
 
'Usage
 
Dim instance As IEvaluationContext
Dim source As IReferenceSource
Dim contextRow As Integer
Dim contextColumn As Integer
 
instance.EnterContext(source, contextRow, contextColumn)

Parameters

source
The IReferenceSource object which is using formula.
contextRow
An integer value indicates the context row index.
contextColumn
An integer value indicates the context column index.
See Also