Version

IconSetConditionalFormat Class Members

The following tables list the members exposed by IconSetConditionalFormat.

Public Properties
 NameDescription
Public PropertyConditionTypeReturns a FormatConditionType value which identifies the type of condition for this instance. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyFormulaReturns the formula which determines the values to which this condition applies. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ThresholdConditionBase)
Public PropertyIconCriteriaReturns a collection which defines the criteria for this condition.  
Public PropertyIconSetReturns or sets a Infragistics.Documents.Excel.FormatConditionIconSet value which identifies the set of icons used to express this condition.  
Public PropertyIsCustomReturns true if the Icon property of one or more criterion returns a value which is from a different icon set as the one returned from the IconSet property.  
Public PropertyIsReverseOrderReturns or sets a boolean value indicating whether the order in which icons appear is reversed.  
Public PropertyPriorityReturns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyRegionsReturns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyShowValueReturns or sets a boolean value indicating whether the cell value is shown along with the icon.  
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. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyWorkbookReturns a reference to the associated workbook. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyWorksheetReturns a reference to the associated worksheet. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
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. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public MethodSetFormulaAssigns a new Infragistics.Documents.Excel.Formula to the ThresholdConditionBase.Formula property. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ThresholdConditionBase)
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. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public MethodSetRegionsReplaces the existing regions with new ones (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
See Also