SpreadJS製品ヘルプ
selectionLeft フィールド
GC.Spread.Sheets 名前空間 > Commands タイプ : selectionLeft フィールド
選択範囲を左に1列拡張するためのコマンドを表します。
シンタックス
var value; // Type: selectionLeft
value = GC.Spread.Sheets.Commands.selectionLeft;
var selectionLeft : selectionLeft;
使用例
次のサンプルコードは、selectionLeftアクションを使用します。
spread.commandManager().setShortcutKey('selectionLeft', GC.Spread.Commands.Key.a, false, false, false, false);
解説

CommandManagerクラスのexecuteメソッドを使用してコマンド実行する場合の引数は以下のとおりです。

関連トピック

参照

Commands タイプ