Spread.Sheets Documentation
toJSON Method
Saves the object state to a JSON string.
Syntax
var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range);
var value; // Type: object
value = instance.toJSON();
function toJSON() : object;

Return Value

The row filter data.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.