SpreadJS Documentation
Parser Method
The options.
Represents a parser that is used for parsing a string formula to a CalcExpression and unparsing a CalcExpression to a string.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Parser(option);
function Parser( 
   option : Object
) : any;

Parameters

option
The options.
See Also

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.