[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IEvaluationContext.EnterContext

EnterContext Method

EnterContext(IReferenceSource, int, int)

Enters the specified evaluating context.

Declaration
void EnterContext(IReferenceSource source, int contextRow, int contextColumn)
Sub EnterContext(source As IReferenceSource, contextRow As Integer, contextColumn As Integer)
Parameters
Type Name Description
IReferenceSource source

The IReferenceSource object which is using formula.

int contextRow

An integer value indicates the context row index.

int contextColumn

An integer value indicates the context column index.