Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / AllocValue Method / AllocValue() Method


In This Topic
AllocValue() Method
In This Topic
Allocates a new IValue object.
Syntax
'Declaration
 
Overloads Function AllocValue() As IValue
 
'Usage
 
Dim instance As IEvaluationContext
Dim value As IValue
 
value = instance.AllocValue()

Return Value

The new allocated IValue object.
See Also