Spread Windows Forms 12.0 Product Documentation
GetReferenceSource2 Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : GetReferenceSource2 Method
An IEvaluationContext value indicates the evaluation context.
Gets the end reference source.
Syntax
'Declaration
 
Function GetReferenceSource2( _
   ByVal context As IEvaluationContext _
) As IReferenceSource
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim value As IReferenceSource
 
value = instance.GetReferenceSource2(context)
IReferenceSource GetReferenceSource2( 
   IEvaluationContext context
)

Parameters

context
An IEvaluationContext value indicates the evaluation context.

Return Value

An IReferenceSource objects indicates the end reference source.
See Also

Reference

IValue Interface
IValue Members