Abstract base class which encapsulates the condition for a formatting rule. Syntax
For a list of all members of this type, see ConditionBase members. Public Events Name Description PropertyChanged Occurs after a property value has changed Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Returns a FormatConditionType value which identifies the type of condition for this instance. Syntax
Returns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. Syntax Remarks By default, conditions are evaluated in the order in which they appear within the containing collection. This property makes it possible to weight one condition over another, essentiall...
Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName
Returns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. Syntax
Sets the Priority value for this rule such that it is the first condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated collection. Syntax Remarks When multiple conditions exist in the same collection, the order in which they are evaluated has bea...