[]
Represents a conditional format rule that is executed before painting the cell.
public class PrePaintConditionalFormattingRule : ConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Class PrePaintConditionalFormattingRule
Inherits ConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
PrePaintConditionalFormattingRule() | Initializes a new instance of the PrePaintConditionalFormattingRule class. |
PrePaintConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the PrePaintConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
Execute(int, int, object) | Executes the conditional format rule for changing the cell's style. |
Execute(object) | Executes the conditional format rule for changing the cell's style. |
GetAllRules() | Gets all rules. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |