var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames); var value; // Type: any value = instance.onRowsRemoved(rowIndex, rowCount);
Parameters
- rowIndex
- The index of the starting row.
- rowCount
- The number of rows to remove.
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames); var value; // Type: any value = instance.onRowsRemoved(rowIndex, rowCount);