Spread Windows Forms 12.0 Product Documentation
EnterContext Method (IEvaluationContext)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IEvaluationContext Interface : EnterContext Method
An integer value indicates the context row index.
An integer value indicates the context column index.
Enters the specified evaluating context.
Syntax
'Declaration
 
Sub EnterContext( _
   ByVal refSource As IReferenceSource, _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) 
'Usage
 
Dim instance As IEvaluationContext
Dim refSource As IReferenceSource
Dim contextRow As Integer
Dim contextColumn As Integer
 
instance.EnterContext(refSource, contextRow, contextColumn)
void EnterContext( 
   IReferenceSource refSource,
   int contextRow,
   int contextColumn
)

Parameters

refSource
contextRow
An integer value indicates the context row index.
contextColumn
An integer value indicates the context column index.
See Also

Reference

IEvaluationContext Interface
IEvaluationContext Members