[]
Represents an interface which provides supported requirements for a conditional formatting rule.
[Obsolete]
public interface IConditionalFormattingDataRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
<Obsolete>
Public 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() | Called when the data from the data provider has been changed. |