IConditionValue Interface Methods
In This Topic
For a list of all members of this type, see IConditionValue members.
Public Methods
| Name | Description |
| 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. |
| getValue | Returns the shortest bar or longest bar threshold value for a data bar conditional format. |
| setType | 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. |
| setValue | Sets the shortest bar or longest bar threshold value for a data bar conditional format. |
Top
See Also