[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValue.CopyReferenceTo

CopyReferenceTo Method

CopyReferenceTo(IEvaluationContext, RangeReference[], int)

Copies all references to an array at the specified position.

Declaration
void CopyReferenceTo(IEvaluationContext context, RangeReference[] array, int index)
Sub CopyReferenceTo(context As IEvaluationContext, array As RangeReference(), index As Integer)
Parameters
Type Name Description
IEvaluationContext context

An IEvaluationContext value indicates the evaluation context.

RangeReference[] array

The array to copy to.

int index

An integer value indicates the position in the array.