Spread WinForms 15
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()
See Also