バージョン

ActiveCellChanged フィールド (SpreadsheetClientEvents)

Spreadsheet の activeCell が変更されたときに発生されるイベント。関数は引数 evt および ui を取得します。ui.owner を使用して igSpreadsheet への参照を取得します。ui.oldValue を使用して、以前のアクティブ セルを取得します。ui.newValue を使用して、現在のアクティブ セルを取得します。
シンタックス
'宣言
 
Public Const ActiveCellChanged As System.String
public const System.string ActiveCellChanged
参照

オンラインで表示: GitHub