[]
Gets the reference at the specified position.
RangeReference GetReference(IEvaluationContext context, int index = 0)
Function GetReference(context As IEvaluationContext, Optional index As Integer = 0) As RangeReference
Type | Name | Description |
---|---|---|
IEvaluationContext | context | An IEvaluationContext value indicates the evaluation context. |
int | index | An integer value indicates the position in the array. |
Type | Description |
---|---|
RangeReference | A RangeReference. value represents the reference at the specified position. |