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