SpreadJS Documentation
getFilteredIndexes Method
The data name.
Gets the filtered exclusive data indexes by the specified data name.
Syntax
var instance = new GcSpread.Slicer.GeneralSlicerData(data, columnNames);
var value; // Type: Array
value = instance.getFilteredIndexes(columnName);
function getFilteredIndexes( 
   columnName : string
) : Array;

Parameters

columnName
The data name.

Return Value

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

Reference

GeneralSlicerData type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.