public interface IConditionValue
| Modifier and Type | Method and Description |
|---|---|
ConditionValueTypes |
getType()
Returns one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold values for a data bar, color scale, or icon set
conditional format are determined.
|
java.lang.Object |
getValue()
Returns the shortest bar or longest bar threshold value for a data bar
conditional format.
|
void |
setType(ConditionValueTypes value)
Sets one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold values for a data bar, color scale, or icon set
conditional format are determined.
|
void |
setValue(java.lang.Object value)
Sets the shortest bar or longest bar threshold value for a data bar
conditional format.
|
ConditionValueTypes getType()
void setType(ConditionValueTypes value)
java.lang.Object getValue()
void setValue(java.lang.Object value)