'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.