Spread.Sheets Documentation
getFilteredRanges Method
The column name.
Gets the filtered ranges by the specified column name.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: Array
value = instance.getFilteredRanges(columnName);
function getFilteredRanges( 
   columnName : string
) : Array;

Parameters

columnName
The column name.

Return Value

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

Reference

GeneralSlicerData type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.