Spread Windows Forms 12.0 Product Documentation
Resolve(FormulaEngine,String) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > ISymbolResolver Interface > Resolve Method : Resolve(FormulaEngine,String) Method
A FormulaEngine object indicates the formula parser.
A string value indicates the symbol name.
Resolves an expression from the sepecified symbol.
Syntax
'Declaration
 
Overloads Function Resolve( _
   ByVal engine As FormulaEngine, _
   ByVal symbol As String _
) As Expression
'Usage
 
Dim instance As ISymbolResolver
Dim engine As FormulaEngine
Dim symbol As String
Dim value As Expression
 
value = instance.Resolve(engine, symbol)
Expression Resolve( 
   FormulaEngine engine,
   string symbol
)

Parameters

engine
A FormulaEngine object indicates the formula parser.
symbol
A string value indicates the symbol name.

Return Value

An Expression object represents the parsed expression.
See Also

Reference

ISymbolResolver Interface
ISymbolResolver Members
Overload List