Version

Search Results

ConditionBase Class

Abstract base class which encapsulates the condition for a formatting rule. Syntax

ConditionBase Class Events

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

ConditionBase Class Members

Public Properties Public Methods Public Events

ConditionBase Class Properties

Public Properties

ConditionType Property

Returns a FormatConditionType value which identifies the type of condition for this instance. Syntax

Priority Property

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...

PropertyChanged Event (ConditionBase)

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

Regions Property

Returns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. Syntax

SetFirstPriority Method

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...