SpreadJS Documentation
getFilterItems Method
Gets the filters for the specified column.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: Array
value = instance.getFilterItems();
function getFilterItems() : Array;

Return Value

Returns a collection that contains filters that belong to a specified column.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.