Spread.Sheets Documentation
onRowsRemoved Method
GC.Spread.Slicers Namespace > GeneralSlicerData type : onRowsRemoved Method
The index of the starting row.
The number of rows to remove.
Removes rows in the data source of the general slicer data.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.onRowsRemoved(rowIndex, rowCount);
function onRowsRemoved( 
   rowIndex : number,
   rowCount : number
) : any;

Parameters

rowIndex
The index of the starting row.
rowCount
The number of rows to remove.
See Also

Reference

GeneralSlicerData type