Spread.Sheets Documentation
onFiltered Method
GC.Spread.Slicers Namespace > GeneralSlicerData type : onFiltered Method
The filtered exclusive data indexes.
Indicates whether the slicer is in preview mode.
Occurs after the slicer data has been filtered.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.onFiltered(filteredIndexes, isPreview);
function onFiltered( 
   filteredIndexes : Array,
   isPreview : boolean
) : any;

Parameters

filteredIndexes
The filtered exclusive data indexes.
isPreview
Indicates whether the slicer is in preview mode.
See Also

Reference

GeneralSlicerData type