Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / ExitContext Method


In This Topic
    ExitContext Method (FormulaEngine)
    In This Topic
    Exits the latest parsing context and restore the previous parsing context.
    Syntax
    'Declaration
     
    
    Public Sub ExitContext() 
    'Usage
     
    
    Dim instance As FormulaEngine
     
    instance.ExitContext()
    public void ExitContext()
    See Also