XlAboveBelow 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 if the values are above or below average.
public enum class XlAboveBelow
public enum XlAboveBelow
Public Enum XlAboveBelow
- Inheritance
-
XlAboveBelow
Fields
Name | Value | Description |
---|---|---|
xlAboveAverage | 0 | Above average. |
xlBelowAverage | 1 | Below average. |
xlEqualAboveAverage | 2 | Equal above average. |
xlEqualBelowAverage | 3 | Equal below average. |
xlAboveStdDev | 4 | Above standard deviation. |
xlBelowStdDev | 5 | Below standard deviation |