SpreadJS Documentation
toJSON Method
Saves the object state to a JSON string.
Syntax
var instance = new GcSpread.Sheets.CustomFormatterBase(format, cultureName);
var value; // Type: Object
value = instance.toJSON();
function toJSON() : Object;

Return Value

The custom formatter data.
See Also

Reference

CustomFormatterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.