SpreadJS製品ヘルプ
outlineColumn タイプ
GC.Spread.Sheets.Commands 名前空間 : outlineColumn タイプ
シート上の列アウトライン(範囲グループ)をグループ化するためのコマンドを表します。
使用例
//次のサンプルコードは、グループを作成します。
spread.options.allowUndo = true;
spread.commandManager().execute({cmd: "outlineColumn", sheetName: "Sheet1", index: 3, count: 5});
継承階層

Object
   GC.Spread.Sheets.Commands.outlineColumn

関連トピック

参照

GC.Spread.Sheets.Commands 名前空間