SpreadJS Documentation
fromJSON Method
GC.Spread.Formatter Namespace > FormatterBase type : fromJSON Method
The custom formatter data from deserialization.
Loads the object state from the specified JSON string.
Syntax
var instance = new GC.Spread.Formatter.FormatterBase(format, cultureName);
var value; // Type: any
value = instance.fromJSON(settings);
function fromJSON( 
   settings : Object
) : any;

Parameters

settings
The custom formatter data from deserialization.
See Also

Reference

FormatterBase type