Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / GetValue Method
The zero-based integer indicates the index of IValue object.


In This Topic
GetValue Method (IEvaluationContext)
In This Topic
Get the IValue object at the specified index.
Syntax
'Declaration
 
Function GetValue( _
   ByVal index As Integer _
) As IValue
 
'Usage
 
Dim instance As IEvaluationContext
Dim index As Integer
Dim value As IValue
 
value = instance.GetValue(index)

Parameters

index
The zero-based integer indicates the index of IValue object.

Return Value

IValue.
See Also