Spread Windows Forms 11.0 Product Documentation
GetUndefinedExpression Method


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

Parameters

symbol
A string value indicates the symbol.
parser
A FormulaParser object indicates the formula parser.

Return Value

An Expression object represents the parsed expression.
See Also

Reference

ISymbolResolver Interface
ISymbolResolver Members