Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / EvaluationContext Property


In This Topic
EvaluationContext Property (ExternalVariable)
In This Topic
Gets the global shared evaluation context.
Syntax
'Declaration
 
Protected ReadOnly Property EvaluationContext As IEvaluationContext
 
'Usage
 
Dim instance As ExternalVariable
Dim value As IEvaluationContext
 
value = instance.EvaluationContext

Property Value

An GrapeCity.CalcEngine.IEvaluationContext object represents the evaluation context.
See Also