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

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

関連トピック

参照

Commands タイプ