Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / SetReference Method / SetReference(IEvaluationContext,CellReference,IReferenceSource) Method
An IEvaluationContext value indicates the evaluation context.
A CellReference value indicates the cell reference.
An IReferenceSource value indicates the reference source.


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

Parameters

context
An IEvaluationContext value indicates the evaluation context.
cellRef
A CellReference value indicates the cell reference.
refSource
An IReferenceSource value indicates the reference source.
See Also