Spread.Sheets Documentation
getFilteredOutIndexes Method
GC.Spread.Slicers Namespace > GeneralSlicerData type : getFilteredOutIndexes Method
The column name.
Indicates the kind of filtered out exclusive data index that should be included in the result.
Gets the filtered out exclusive data indexes by the specified column name.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: Array
value = instance.getFilteredOutIndexes(columnName, filteredOutDataType);
function getFilteredOutIndexes( 
   columnName : string,
   filteredOutDataType : FilteredOutDataType
) : Array;

Parameters

columnName
The column name.
filteredOutDataType
Indicates the kind of filtered out exclusive data index that should be included in the result.

Return Value

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

Reference

GeneralSlicerData type