GcSpread.Sheets.Calc Namespace : Parser type |
var instance = new GcSpread.Sheets.Calc.Parser(option);
function Parser;
Object
GcSpread.Sheets.Calc.Parser
Name | Description | |
---|---|---|
Parser Constructor | Represents a parser that is used for parsing a string formula to a CalcExpression and unparsing a CalcExpression to a string. |
Name | Description | |
---|---|---|
parse | Parses a string formula to the expression using the specified ParserContext. | |
unparse | Unparses a CalcExpression to a string using the specified ParserContext. |