SpreadJS Documentation
getFilteredRanges Method
The data name.
Gets the filtered ranges by the specified data name.
Syntax
var instance = new GcSpread.Sheets.TableSlicerData(table);
var value; // Type: Array
value = instance.getFilteredRanges(columnName);
function getFilteredRanges( 
   columnName : string
) : Array;

Parameters

columnName
The data name.

Return Value

The filtered ranges that correspond to the specified data name.
See Also

Reference

TableSlicerData class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.