[]
Represents the rule that paints an icon in the cell.
public class IconSetConditionalFormattingRule : PrePaintTextConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintTextConditionalFormattingRule, IConditionalFormattingDataRule, IExcelExporter, IExpressionConsumer, IFilterSupportConditionalFormattingRule, IPdfPrintableRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Class IconSetConditionalFormattingRule
Inherits PrePaintTextConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintTextConditionalFormattingRule, IConditionalFormattingDataRule, IExcelExporter, IExpressionConsumer, IFilterSupportConditionalFormattingRule, IPdfPrintableRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| IconSetConditionalFormattingRule(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 this IconSetConditionalFormattingRule is reversed. |
| Name | Description |
|---|---|
| DeserializeEntry(SerializationEntry) | |
| FindMatch(object) | Finds the index of matched icon. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
| GetPreferredSize(Graphics, Size, Appearance, object, float, bool) | Gets the preferred (maximum required) size of the cell for the renderer control. |
| PaintCell(string, Control, Appearance, Inset, object, bool, bool) | Paints the cell. |
| Name | Description |
|---|---|
| MeasureIconSize | Occurs when measuring the size of an icon that is displayed in a cell. |