[]
Specifies the types of condition values that can be used.
public enum ConditionValueTypes
AutomaticMax = 8Specifies that the longest data bar is proportional to the maximum value in the range.
AutomaticMin = 7Specifies that the shortest data bar is proportional to the minimum value in the range.
Formula = 5Specifies a formula is used.
HighestValue = 3Specifies the highest value from the list of values.
LowestValue = 2Specifies the lowest value from the list of values.
None = 0Specifies no conditional value.
Number = 1Specifies that a number is used.
Percent = 4Specifies a percentage is used.
Percentile = 6Specifies a percentile is used.