SpreadJS Documentation
isFiltered Method
Gets a value that indicates whether any row is filtered.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: boolean
value = instance.isFiltered();
function isFiltered() : boolean;

Return Value

true if some rows are filtered; otherwise, false.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.