var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); instance.insertColumns(col, count, isInsertAfter);
function insertColumns( col : number, count : number, isInsertAfter : boolean ) : void;
パラメータ
- col
- テーブルのインデックスに基づいて新しい列を追加する列インデックス。
- count
- 追加する列の数。
- isInsertAfter
- 指定した列インデックスの前または後に列を挿入するかどうか。 デフォルトの値は前に挿入することです。