![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormatConditionValueType
Represents conditional format value type constants
Field Summary | |
---|---|
static byte |
FORMULA
The minimum/ midpoint / maximum value for the gradient is determined by a formula. |
static byte |
MAX
Indicates that the maximum value in the range shall be used as the maximum value for the gradient. |
static byte |
MIN
Indicates that the minimum value in the range shall be used as the minimum value for the gradient. |
static byte |
NUMBER
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value. |
static byte |
PERCENT
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. |
static byte |
PERCENTILE
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient. |
Field Detail |
---|
static final byte FORMULA
static final byte MAX
static final byte MIN
static final byte NUMBER
static final byte PERCENT
static final byte PERCENTILE
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |