'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.