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.