[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValue.GetAccessibleReference

GetAccessibleReference Method

GetAccessibleReference(IEvaluationContext, int)

Gets the cell range reference at the specified position.

Declaration
RangeReference GetAccessibleReference(IEvaluationContext context, int index = 0)
Function GetAccessibleReference(context As IEvaluationContext, Optional index As Integer = 0) As RangeReference
Parameters
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.

Returns
Type Description
RangeReference

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