var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); instance.deleteRows(row, count);
パラメータ
- row
- テーブルのインデックスに基づいて削除する最初の行のインデックス。
- count
- 削除する行数。