Spread Windows Forms 17
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
    protected IEvaluationContext EvaluationContext {get;}

    Property Value

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