var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames); var value; // Type: any value = instance.onRowsRemoved(rowIndex, rowCount);
パラメータ
- rowIndex
- 開始行のインデックス。
- rowCount
- 削除する行数。
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames); var value; // Type: any value = instance.onRowsRemoved(rowIndex, rowCount);