Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / DeallocValue Method / DeallocValue() Method


In This Topic
    DeallocValue() Method
    In This Topic
    Deallocates the last created IValue object.
    Syntax
    'Declaration
     
    
    Overloads Sub DeallocValue() 
    'Usage
     
    
    Dim instance As IEvaluationContext
     
    instance.DeallocValue()
    void DeallocValue()
    See Also