Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / ReferenceSource Property


In This Topic
ReferenceSource Property (IEvaluationContext)
In This Topic
Gets the reference source where the formula is being evaluated.
Syntax
'Declaration
 
ReadOnly Property ReferenceSource As IReferenceSource
 
'Usage
 
Dim instance As IEvaluationContext
Dim value As IReferenceSource
 
value = instance.ReferenceSource

Property Value

An IReferenceSource object represents where the formula is being evaluated.
See Also