Spread.Sheets Documentation
getFilteredItems Method
Gets all the filtered conditions.
Syntax
var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range);
var value; // Type: Array
value = instance.getFilteredItems();
function getFilteredItems() : Array;

Return Value

Returns a collection that contains all the filtered conditions.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.