XlSortOn Enum
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 the parameter on which the data should be sorted.
public enum class XlSortOn
C#
public enum XlSortOn
Public Enum XlSortOn
- Inheritance
-
XlSortOn
Name | Value | Description |
---|---|---|
xlSortOnValues | 0 | Values. |
xlSortOnCellColor | 1 | Cell color. |
xlSortOnFontColor | 2 | Font color. |
xlSortOnIcon | 3 | Icon. |
Product | Versions |
---|---|
Excel primary interop assembly | Latest |