XlSlicerSort Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether items displayed in the slicer are sorted, and if they are sorted, whether they are sorted in ascending or descending order by item captions.
public enum class XlSlicerSort
public enum XlSlicerSort
Public Enum XlSlicerSort
- Inheritance
-
XlSlicerSort
Fields
Name | Value | Description |
---|---|---|
xlSlicerSortDataSourceOrder | 1 | Slicer items are displayed in the order provided by the data source. |
xlSlicerSortAscending | 2 | Slicer items are sorted in ascending order by item captions. |
xlSlicerSortDescending | 3 | Slicer items are sorted in descending order by item captions. |