Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ConditionValue Class Members
The following tables list the members exposed by ConditionValue.
Public Properties
| Name | Description |
| Formula | Returns the formula which determines whether cell values meet the criteria defined by the associated condition. |
| Value | Returns the numeric value for this instance. |
| ValueType | Returns a FormatConditionValueType value which specifies the manner in which the threshold values for this instance are determined. |
Public Methods
| Name | Description |
| SetFormula | Assigns the specified formula to the Formula property, and assigns a value of Formula to the ValueType property. |
| SetValue | Overloaded. Sets the Value and ValueType properties to the specified values. |
| ToString | Returns the string representation of this instance. |
See Also