|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<conditionvaluetype>
com.spire.xls.conditionvaluetype
public 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 |
---|
public static final conditionvaluetype max
public static final conditionvaluetype min
public static final conditionvaluetype none
public static final conditionvaluetype number
public static final conditionvaluetype percent
public static final conditionvaluetype formula
public static final conditionvaluetype percentile
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |