ConditionalIcon Class
Represents a conditional icon used in IconSetCondition of a conditional formatting rule to specify icon and a lower bound of the values onto which the icon is applied.
public sealed class ConditionalIcon : ConditionalObject
Public NotInheritable Class ConditionalIcon
Inherits ConditionalObject
- Inheritance:
- System.ObjectConditionalIcon
Properties
Equal
Gets or sets a value indicating whether this or next icon will be shown if cell's value is equal to this Value.
Default value is true (this icon will be shown if cell's value is equal to this Value).
Property Value
- System.Boolean
true if this icon will be shown if cell's value is equal to this Value; otherwise, false.
Icon
Gets or sets the icon.
Property Value
The icon.
Methods
ToString()
Returns a System.String that represents this ConditionalIcon instance.
Returns
- System.String
A System.String that represents this ConditionalIcon instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
Inherited Properties
Value | Gets or sets the value. (Inherited from ConditionalObject) |