Spread.Sheets Documentation
fromJSON Method
The row filter data from deserialization.
Loads the object state from the specified JSON string.
Syntax
var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range);
var value; // Type: any
value = instance.fromJSON(settings);
function fromJSON( 
   settings : object
) : any;

Parameters

settings
The row filter data from deserialization.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.