Spread Windows Forms 12.0 Product Documentation
SetReference(IEvaluationContext,RangeReference,IReferenceSource) Method


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.
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)
void SetReference( 
   IEvaluationContext context,
   RangeReference rangeRef,
   IReferenceSource 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

Reference

IValue Interface
IValue Members
Overload List