SpreadJS Documentation
Parse Method
The text.
Parses the specified text.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var value; // Type: Object
value = instance.Parse(text);
function Parse( 
   text : string
) : Object;

Parameters

text
The text.

Return Value

The parsed object.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.