Spread Windows Forms 12.0 Product Documentation
DeallocValue(Int32) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IEvaluationContext Interface > DeallocValue Method : DeallocValue(Int32) Method
The total number of IValue objects to deallocate.
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)
void DeallocValue( 
   int count
)

Parameters

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

Reference

IEvaluationContext Interface
IEvaluationContext Members
Overload List