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


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

Reference

IValue Interface
IValue Members
Overload List