conditionvaluetype-ag凯发旗舰厅



com.spire.xls
enum conditionvaluetype

java.lang.object
  extended by java.lang.enum<conditionvaluetype>
      extended by com.spire.xls.conditionvaluetype
all implemented interfaces:
java.lang.comparable<conditionvaluetype>

public enum conditionvaluetype
extends java.lang.enum<conditionvaluetype>

specifies the types of condition values that can be used.


enum constant summary
formula
          formula is used.
max
          indicates that the maximum value in the range shall be used as the maximum value for the gradient.
min
          indicates that the minimum value in the range shall be used as the minimum value for the gradient.
none
          no conditional value.
number
          number is used.
percent
          percentage is used.
percentile
          percentile is used.
 
enum constant detail

max

public static final conditionvaluetype max
indicates that the maximum value in the range shall be used as the maximum value for the gradient.

min

public static final conditionvaluetype min
indicates that the minimum value in the range shall be used as the minimum value for the gradient.

none

public static final conditionvaluetype none
no conditional value.

number

public static final conditionvaluetype number
number is used.

percent

public static final conditionvaluetype percent
percentage is used.

formula

public static final conditionvaluetype formula
formula is used.

percentile

public static final conditionvaluetype percentile
percentile is used.


网站地图