[]
Represents the conditional formatting rule that is used before starting to paint the background.
public interface IPrePaintConditionalFormattingRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Interface IPrePaintConditionalFormattingRule
Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
Execute(int, int, object) | Executes the conditional format rule to change the cell's style. |
Execute(object) | Executes the conditional format rule to change the cell's style. |