Spread Windows Forms 11.0 Product Documentation
GetReferenceExpression Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReferenceSource Interface : GetReferenceExpression Method
Gets the reference expression to evaluate this IReferenceSource.
Syntax
'Declaration
 
Function GetReferenceExpression() As Expression
'Usage
 
Dim instance As IReferenceSource
Dim value As Expression
 
value = instance.GetReferenceExpression()
Expression GetReferenceExpression()

Return Value

An Expression value represents the reference expression to evaluate this IReferenceSource.
See Also

Reference

IReferenceSource Interface
IReferenceSource Members