API version 1
- ‐

BlockSelected

セル範囲を選択し終わったときに発生します。

セル範囲の選択操作中には SelectChange イベントが発生します。

引数のイベントオブジェクトには以下のプロパティが追加されています。

名前 説明
integer leftColumn 範囲の左上のセルの列番号。
integer topRow 範囲の左上セルの行番号。
integer rightColumn 範囲の右下セルの列番号。
integer bottomRow 範囲の右下セルの行番号。

関連項目

SelectChange イベント