[]
Copies all references to an array at the specified position.
void CopyReferenceTo(IEvaluationContext context, RangeReference[] array, int index)
Sub CopyReferenceTo(context As IEvaluationContext, array As RangeReference(), index As Integer)
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. |