バージョン

AxisHeaderSrotChanged イベント

行/列が並べ替えられるとこのイベントを発生します。
シンタックス
'宣言
 
Public Event AxisHeaderSrotChanged As EventHandler(Of PivotAxisHeaderSortChangedEventArgs)
public event EventHandler<PivotAxisHeaderSortChangedEventArgs> AxisHeaderSrotChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、PivotAxisHeaderSortChangedEventArgs 型の引数を受け取りました。次の PivotAxisHeaderSortChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
HeaderCell 並べ替えられた HeaderCell を取得します。
参照