[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValue.GetReference

GetReference Method

GetReference(IEvaluationContext, int)

Gets the reference at the specified position.

Declaration
RangeReference GetReference(IEvaluationContext context, int index = 0)
Function GetReference(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.

Returns
Type Description
RangeReference

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