Spread Windows Forms 12.0 Product Documentation
CopyReferenceTo Method


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

Reference

IValue Interface
IValue Members