Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / GetReference Method
An IEvaluationContext value indicates the evaluation context.
An integer value indicates the position in the array.


In This Topic
    GetReference Method (IValue)
    In This Topic
    Gets the reference at the specified position.
    Syntax
    'Declaration
     
    
    Function GetReference( _
       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.GetReference(context, index)

    Parameters

    context
    An IEvaluationContext value indicates the evaluation context.
    index
    An integer value indicates the position in the array.

    Return Value

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