Spread Windows Forms 12.0 Product Documentation
GetValue Method (IEvaluationContext)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IEvaluationContext Interface : GetValue Method
The zero-based integer indicates the index of IValue object.
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)
IValue GetValue( 
   int index
)

Parameters

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

Return Value

IValue.
See Also

Reference

IEvaluationContext Interface
IEvaluationContext Members