var value; // Type: selectionPageUp value = GC.Spread.Sheets.Commands.selectionPageUp;
var selectionPageUp : selectionPageUp;
var value; // Type: selectionPageUp value = GC.Spread.Sheets.Commands.selectionPageUp;
var selectionPageUp : selectionPageUp;
spread.commandManager().setShortcutKey('selectionPageUp', GC.Spread.Commands.Key.a, false, false, false, false);
CommandManagerクラスのexecuteメソッドを使用してコマンド実行する場合の引数は以下のとおりです。