Spread Windows Forms 12.0 Product Documentation
EnterContext(IReferenceSource,Int32,Int32) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class > EnterContext Method : EnterContext(IReferenceSource,Int32,Int32) Method
The IReferenceSource object which is using formula.
An integer value indicates the context row index.
An integer value indicates the context column index.
Enters the specified parsing context.
Syntax
'Declaration
 
Public Overloads Sub EnterContext( _
   ByVal source As IReferenceSource, _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) 
'Usage
 
Dim instance As FormulaEngine
Dim source As IReferenceSource
Dim contextRow As Integer
Dim contextColumn As Integer
 
instance.EnterContext(source, contextRow, contextColumn)
public void EnterContext( 
   IReferenceSource source,
   int contextRow,
   int 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

Reference

FormulaEngine Class
FormulaEngine Members
Overload List