[]
Specifies the types of condition values that can be used.
public enum CfValueType : byte
Public Enum CfValueType As Byte
Name | Description |
---|---|
AutoMax | The longest data bar is proportional to the maximum value in the range. |
AutoMin | The shortest data bar is proportional to the minimum value in the range. |
Formula | Formula is used. |
Max | Highest value from the list of values. |
Min | Lowest value from the list of values. |
None | No conditional value. |
Numeric | Number is used. |
Percent | Percentage is used. |
Percentile | Percentile is used. |