Name | Description | |
---|---|---|
getIcon | Gets the icon for a criterion in an icon set conditional formatting rule. | |
getIndex | Gets a value that indicates which threshold the criteria represents. | |
getOperator | Returns one of the constants of the FormatConditionOperator enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value. | |
getType | Returns one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold value for an icon set is determined. | |
getValue | Returns the threshold value for an icon in a conditional format. | |
setIcon | Sets the icon for a criterion in an icon set conditional formatting rule. | |
setOperator | Sets one of the constants of the FormatConditionOperator enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.
For an icon set conditional formatting rule, this property can be set to only one of the following two constants: xlGreater or xlGreaterEqual. | |
setType | Sets one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold value for an icon set is determined. | |
setValue | Sets the threshold value for an icon in a conditional format. |