Spread Windows Forms 12.0 Product Documentation
GetReferenceExpression Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReferenceSource Interface : GetReferenceExpression Method
A FormulaEngine object indicates the formula engine.
Gets the reference expression to evaluate this IReferenceSource.
Syntax
'Declaration
 
Function GetReferenceExpression( _
   ByVal formulaEngine As FormulaEngine _
) As Expression
'Usage
 
Dim instance As IReferenceSource
Dim formulaEngine As FormulaEngine
Dim value As Expression
 
value = instance.GetReferenceExpression(formulaEngine)
Expression GetReferenceExpression( 
   FormulaEngine formulaEngine
)

Parameters

formulaEngine
A FormulaEngine object indicates the formula engine.

Return Value

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

Reference

IReferenceSource Interface
IReferenceSource Members