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