[]
        
Represents an interface which provides supported requirements for a conditional formatting rule.
public interface IConditionalFormattingDataRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneablePublic Interface IConditionalFormattingDataRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable| Name | Description | 
|---|---|
| MaxMinAverageRequires | Gets a value that indicates whether the conditional formatting rule requires maximum, minimum, or average values from the data ranges. | 
| ValuesRequires | Gets a value that indicates whether the rule needs all values from the ranges. | 
| Name | Description | 
|---|---|
| NotifyDataChanged() | Occurs when the data from the data provider has been changed. |