Spread Windows Forms 12.0 Product Documentation
GetReference Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : GetReference Method
An IEvaluationContext value indicates the evaluation context.
An integer value indicates the position in the array.
Gets the reference at the specified position.
Syntax
'Declaration
 
Function GetReference( _
   ByVal context As IEvaluationContext, _
   Optional ByVal index As Integer _
) As RangeReference
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim index As Integer
Dim value As RangeReference
 
value = instance.GetReference(context, index)
RangeReference GetReference( 
   IEvaluationContext context,
   int index
)

Parameters

context
An IEvaluationContext value indicates the evaluation context.
index
An integer value indicates the position in the array.

Return Value

A RangeReference. value represents the reference at the specified position.
See Also

Reference

IValue Interface
IValue Members