SpreadJS Documentation
getFilteredOutIndexes Method
The column name.
Indicates which kind of filted out exclusive data index should be included in the result.
Gets the filtered out exclusive data indexes by the specified column name.
Syntax
var instance = new GcSpread.Sheets.TableSlicerData(table);
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 which kind of filted out exclusive data index should be included in the result.

Return Value

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

Reference

TableSlicerData class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.