Spread Windows Forms 17
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.


In This Topic
    Resolve(FormulaEngine,String) Method
    In This Topic
    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)

    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