SpreadJS Documentation
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 GcSpread.Slicer.GeneralSlicerData(data, columnNames);
var value; // Type: Array
value = instance.getFilteredOutIndexes(columnName, filtedOutDataType);
function getFilteredOutIndexes( 
   columnName : string,
   filtedOutDataType : GcSpread.Slicer.FilteredOutDataType
) : Array;

Parameters

columnName
The column name.
filtedOutDataType
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.