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


In This Topic
    CopyReferenceTo Method
    In This Topic
    Copies all references to an array at the specified position.
    Syntax
    'Declaration
     
    
    Sub CopyReferenceTo( _
       ByVal context As IEvaluationContext, _
       ByVal array() As RangeReference, _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IValue
    Dim context As IEvaluationContext
    Dim array() As RangeReference
    Dim index As Integer
     
    instance.CopyReferenceTo(context, array, index)
    void CopyReferenceTo( 
       IEvaluationContext context,
       RangeReference[] array,
       int index
    )

    Parameters

    context
    An IEvaluationContext value indicates the evaluation context.
    array
    The array to copy to.
    index
    An integer value indicates the position in the array.
    See Also