[]
Represents the rule that paints an icon in the cell.
[TypeConverter(typeof(IconSetConditionalFormattingRule._a))]
public class IconSetConditionalFormattingRule : PrePaintTextConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintTextConditionalFormattingRule, IPdfPrintableRule, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged, IExcelExporter
<TypeConverter(GetType(IconSetConditionalFormattingRule._a))>
Public Class IconSetConditionalFormattingRule
Inherits PrePaintTextConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintTextConditionalFormattingRule, IPdfPrintableRule, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged, IExcelExporter
| Name | Description |
|---|---|
| IconSetConditionalFormattingRule(ConditionalFormattingIconSetStyle) | Initializes a new instance of the IconSetConditionalFormattingRule class. |
| IconSetConditionalFormattingRule(ConditionalFormattingIconSetStyle, bool) | Initializes a new instance of the IconSetConditionalFormattingRule class. |
| IconSetConditionalFormattingRule(bool, ConditionalFormattingIconSetStyle) | Initializes a new instance of the IconSetConditionalFormattingRule class. |
| IconSetConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the IconSetConditionalFormattingRule class from serialization. |
| Name | Description |
|---|---|
| IconRuleSet | Gets the icons. |
| Reversed | Gets or sets a value that indicates whether IconSetConditionalFormattingRule is reversed. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object. |
| GetRuleEffectingInfo(Appearance, object, bool, bool, float) | Gets the information with the specified appearance settings if the conditional formatting rule is met. |
| PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings if the conditional format rule is satisfied. |
| Reverse() | Reverses the current order of the icons. |
| Name | Description |
|---|---|
| GetCustomIcon | Occurs when getting a custom icon that is displayed in a cell. |