[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IEvaluationContext.DeallocValue

DeallocValue Method

DeallocValue()

Deallocates the last created IValue object.

Declaration
void DeallocValue()
Sub DeallocValue()

DeallocValue(int)

Deallocates the last created IValue objects.

Declaration
void DeallocValue(int count)
Sub DeallocValue(count As Integer)
Parameters
Type Name Description
int count

The total number of IValue objects to deallocate.