[]
Gets the cell range reference at the specified position.
RangeReference GetAccessibleReference(IEvaluationContext context, int index = 0)
Function GetAccessibleReference(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. If the ValueType is Reference3D, it indicates the position of reference source. |
Type | Description |
---|---|
RangeReference | A RangeReference. value represents the reference at the specified position. |