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

Parameters

columnName
The column name.

Return Value

The filtered exclusive data indexes that correspond to the specified column name.
See Also

Reference

GeneralSlicerData type