SpreadJS Documentation
onRowsAdded Method
GC.Spread.Slicers Namespace > GeneralSlicerData type : onRowsAdded Method
The index of the starting row.
The number of rows to add.
Adds 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.onRowsAdded(rowIndex, rowCount);
function onRowsAdded( 
   rowIndex : number,
   rowCount : number
) : any;

Parameters

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

Reference

GeneralSlicerData type