'Declaration
Function GetAccessibleReference( _ 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.GetAccessibleReference(context, index)
RangeReference GetAccessibleReference( IEvaluationContext context, int index )
Parameters
- context
- An IEvaluationContext value indicates the evaluation context.
- index
- An integer value indicates the position in the array. If the ValueType is ValueType.Reference3D, it indicates the position of reference source.
Return Value
A RangeReference. value represents the reference at the specified position.