ConditionValueType Enumeration
|
Specifies the types of condition values that can be used.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ConditionValueType
Public Enumeration ConditionValueType
public enum class ConditionValueType
Members
|
Member name
|
Value
|
Description
|
|
Max
|
2
|
Indicates that the maximum value in the range shall be
used as the maximum value for the gradient.
|
|
Min
|
1
|
Indicates that the minimum value in the range shall be
used as the minimum value for the gradient.
|
|
None
|
-1
|
No conditional value.
|
|
Number
|
0
|
Number is used.
|
|
Percent
|
3
|
Percentage is used.
|
|
Formula
|
4
|
Formula is used.
|
|
Percentile
|
5
|
Percentile is used.
|
See Also