Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / DeallocValue Method / DeallocValue(Int32) Method
The total number of IValue objects to deallocate.


In This Topic
DeallocValue(Int32) Method
In This Topic
Deallocates the last created IValue objects.
Syntax
'Declaration
 
Overloads Sub DeallocValue( _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As IEvaluationContext
Dim count As Integer
 
instance.DeallocValue(count)

Parameters

count
The total number of IValue objects to deallocate.
See Also