SetReference(IEvaluationContext,RangeReference,IReferenceSource) Method | Spread Windows Forms 15.0
Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / SetReference Method / SetReference(IEvaluationContext,RangeReference,IReferenceSource) Method
An IEvaluationContext value indicates the evaluation context.
A RangeReference value indicates the range reference.
An IReferenceSource value indicates the reference source.


In This Topic
SetReference(IEvaluationContext,RangeReference,IReferenceSource) Method
In This Topic
Sets the value of this IValue to the specified reference.
Syntax
'Declaration
 
Overloads Sub SetReference( _
   ByVal context As IEvaluationContext, _
   ByVal rangeRef As RangeReference, _
   ByVal refSource As IReferenceSource _
) 
 
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim rangeRef As RangeReference
Dim refSource As IReferenceSource
 
instance.SetReference(context, rangeRef, refSource)

Parameters

context
An IEvaluationContext value indicates the evaluation context.
rangeRef
A RangeReference value indicates the range reference.
refSource
An IReferenceSource value indicates the reference source.
See Also