SpreadJS Documentation
removeRows 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 GcSpread.Slicer.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.removeRows(rowIndex, rowCount);
function removeRows( 
   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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.