[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ExternalVariable.EvaluateCore

EvaluateCore Method

EvaluateCore(IEvaluationContext, IValue)

Evaluates the result of this external variable.

Declaration
protected virtual void EvaluateCore(IEvaluationContext context, IValue result)
Protected Overridable Sub EvaluateCore(context As IEvaluationContext, result As IValue)
Parameters
Type Name Description
IEvaluationContext context

The evaluation context.

IValue result

An IValue object which stores the evaluated result.

Remarks

This function is invoked only if the external variable isn't attached with a formula. If it has formula, the calculation engine will take care everything.