GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > FormulaEngine クラス : Parse(String,Expression,Boolean) メソッド |
'宣言
Public Function Parse( _ ByVal formulaText As String, _ ByRef parsedExpression As Expression, _ Optional ByVal detectFormulaSymbol As Boolean _ ) As Boolean
public bool Parse( string formulaText, out Expression parsedExpression, bool detectFormulaSymbol )
true
、それ以外の場合はfalse
。