Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.