XlConditionValueTypes 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 the types of condition values that can be used.
public enum class XlConditionValueTypes
public enum XlConditionValueTypes
Public Enum XlConditionValueTypes
- Inheritance
-
XlConditionValueTypes
Fields
Name | Value | Description |
---|---|---|
xlConditionValueNone | -1 | No conditional value. |
xlConditionValueNumber | 0 | Number is used. |
xlConditionValueLowestValue | 1 | Lowest value from the list of values. |
xlConditionValueHighestValue | 2 | Highest value from the list of values. |
xlConditionValuePercent | 3 | Percentage is used. |
xlConditionValueFormula | 4 | Formula is used. |
xlConditionValuePercentile | 5 | Percentile is used. |
xlConditionValueAutomaticMin | 6 | The shortest data bar is proportional to the minimum value in the range. |
xlConditionValueAutomaticMax | 7 | The longest data bar is proportional to the maximum value in the range. |