Aspose::Cells::FormatConditionValueType enum

FormatConditionValueType enum

Condition value type.

enum class FormatConditionValueType

Values

NameValueDescription
Formula0
The minimum/ midpoint / maximum value for the gradient is determined by a formula.
Max1
Indicates that the maximum value in the range shall be used as the maximum value for the gradient.
Min2
Indicates that the minimum value in the range shall be used as the minimum value for the gradient.
Number3
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
Percent4
Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
Percentile5
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
AutomaticMax6
Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
AutomaticMin7
Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.

See Also