Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / GetAccessibleReference Method
An IEvaluationContext value indicates the evaluation context.
An integer value indicates the position in the array.


In This Topic
GetAccessibleReference Method
In This Topic
Gets the cell range reference at the specified position.
Syntax
'Declaration
 
Function GetAccessibleReference( _
   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.GetAccessibleReference(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