Spread.Sheets
commandManager メソッド
コマンドマネージャを取得します。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: CommandManager
value = instance.commandManager();
Javascript (Specification) 
function commandManager() : CommandManager;

戻り値の型

コマンドマネージャ。
使用例
This example executes a command that performs a specified action.
spread.options.allowUndo = true;
spread.commandManager().execute({cmd: "outlineRow", sheetName: "Sheet1", index: 3, count: 5});

関連トピック

参照

Workbook タイプ

 

 


© 2016-2018, GrapeCity inc. All rights reserved.