[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IEvaluationContext.AllocValue

AllocValue Method

AllocValue()

Allocates a new IValue object.

Declaration
IValue AllocValue()
Function AllocValue() As IValue
Returns
Type Description
IValue

The new allocated IValue object.

AllocValue(int)

Allocates multiple IValue objects.

Declaration
int AllocValue(int count)
Function AllocValue(count As Integer) As Integer
Parameters
Type Name Description
int count

The total number of IValue objects to allocate.

Returns
Type Description
int

An zero-based interger indicates the index of first allocated IValue object.