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