ActivePaneChanged フィールド
Spreadsheet の activePane が変更されたときに発生されるイベント。関数は引数 evt および ui を取得します。ui.owner を使用して igSpreadsheet への参照を取得します。ui.oldActivePane を使用して、以前のアクティブ ペインを取得します。ui.newActivePane を使用して、現在のアクティブ ペインを取得します。ui.activeCell を使用して、新しいアクティブ ペインのアクティブ セルを取得します。アクティブ ペインがない場合は null。ui.visibleRange を使用して、新しいアクティブ ペインの現在の表示可能な範囲を取得します。アクティブ ペインがない場合は null。
シンタックス
public const System.string ActivePaneChanged
'宣言
Public Const ActivePaneChanged As System.String
参照