Spread Windows Forms 12.0 Product Documentation
EvaluationContext Property (ExternalVariable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExternalVariable Class : EvaluationContext Property
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
protected IEvaluationContext EvaluationContext {get;}

Property Value

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

Reference

ExternalVariable Class
ExternalVariable Members