[]
Represents a set of icons which are used for an icon conditional formatting rule.
public class ConditionalFormattingIconRuleSet : ListBase<ConditionalFormattingIconValue>, IList<ConditionalFormattingIconValue>, ICollection<ConditionalFormattingIconValue>, IEnumerable<ConditionalFormattingIconValue>, IList, ICollection, IEnumerable
Public Class ConditionalFormattingIconRuleSet
Inherits ListBase(Of ConditionalFormattingIconValue)
Implements IList(Of ConditionalFormattingIconValue), ICollection(Of ConditionalFormattingIconValue), IEnumerable(Of ConditionalFormattingIconValue), IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| IconSetStyle | Gets or sets the icon set style. |
| this[int] | Gets or sets the ConditionalFormattingIconValue object at the specified index. |
| Name | Description |
|---|---|
| OnListChanged(ListChangedEventArgs) | Raises the ListChanged event. |