Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / ExitContext Method


In This Topic
    ExitContext Method (IEvaluationContext)
    In This Topic
    Exits from the current evaluating context back to the previous evaluating context.
    Syntax
    'Declaration
     
    
    Sub ExitContext() 
    'Usage
     
    
    Dim instance As IEvaluationContext
     
    instance.ExitContext()
    void ExitContext()
    See Also