[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IConditionalFormattingDataRule

IConditionalFormattingDataRule Interface

Represents an interface which provides supported requirements for a conditional formatting rule.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[Obsolete]
public interface IConditionalFormattingDataRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
<Obsolete>
Public Interface IConditionalFormattingDataRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable

Properties

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.

Methods

Name Description
NotifyDataChanged()

Called when the data from the data provider has been changed.