Version

ConditionBase Class Members

The following tables list the members exposed by ConditionBase.

Public Properties
 NameDescription
Public PropertyConditionTypeReturns a FormatConditionType value which identifies the type of condition for this instance.  
Public PropertyPriorityReturns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist.  
Public PropertyRegionsReturns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated.  
Public PropertyStopIfTrueReturns or sets a boolean indicating whether additional formatting rules are evaluated if this rule evaluates to true. Applicable only in the case where the containing collection contains more than one element.  
Public PropertyWorkbookReturns a reference to the associated workbook.  
Public PropertyWorksheetReturns a reference to the associated worksheet.  
Public Methods
 NameDescription
Public MethodSetFirstPrioritySets 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.  
Public MethodSetLastPrioritySets the Priority value for this rule such that it is the last condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated ConditionalFormatCollection.  
Public MethodSetRegionsReplaces the existing regions with new ones  
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed  
See Also