The PivotSortKind enumeration is used to determine sorting type.
It is used by the IPivotSortItem.Kind property.
Value | Brief description |
0 | None. No sorting. |
1 | Selection. Sorting by selection element. |
2 | Row. Sorting by row. |
3 | Column. Sorting by column. |
4 | Dimension. Sorting by dimension. |
See also: