| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ConditionValueTypes |
IIconCriterion.getType()
Returns one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold value for an icon set is determined.
|
ConditionValueTypes |
IConditionValue.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.
|
ConditionValueTypes |
IColorScaleCriterion.getType()
Returns one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold values for a data bar or color scale conditional
format are determined.
|
static ConditionValueTypes |
ConditionValueTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionValueTypes[] |
ConditionValueTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IIconCriterion.setType(ConditionValueTypes value)
Sets one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold value for an icon set is determined.
|
void |
IConditionValue.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 |
IColorScaleCriterion.setType(ConditionValueTypes value)
Sets one of the constants of the ConditionValueTypes enumeration, which
specifies how the threshold values for a data bar or color scale conditional
format are determined.
|