SpreadJS Documentation
isHideRowFilter Method
Determines whether the filter is HideRowFilter.
Syntax
var instance = new GcSpread.Sheets.HideRowFilter(range);
var value; // Type: boolean
value = instance.isHideRowFilter();
function isHideRowFilter() : boolean;

Return Value

true if the filter is HideRowFilter; otherwise, false.
See Also

Reference

HideRowFilter type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.