バージョン

PivotColumnCommandType 列挙体

PivotDataColumn オブジェクトの使用可能なコマンドの列挙体。
シンタックス
'宣言
 
Public Enum PivotColumnCommandType 
   Inherits System.Enum
public enum PivotColumnCommandType : System.Enum 
メンバ
メンバ解説
SortAscendingPivotDataColumn を昇順で並べ替えます。
SortDescendingPivotDataColumn を降順で並べ替えます。
SortTogglePivotSortDirectionPivotDataColumn を Nothing から Ascending、Ascending から Descending、または Descending から Ascending に変更します。
UnsortPivotDataColumn の並べ替えを解除します。
参照