Share via


IconSetCondition Object Members

Excel Developer Reference

Represents an icon set conditional formatting rule.

Methods

  Name Description
Bb242310.methods(en-us,office.12).gif Delete Deletes the specified conditional formatting rule object.
Bb242310.methods(en-us,office.12).gif ModifyAppliesToRange Sets the cell range to which this formatting rule applies.
Bb242310.methods(en-us,office.12).gif SetFirstPriority Sets the priority value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.
Bb242310.methods(en-us,office.12).gif SetLastPriority Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet.

Properties

  Name Description
Bb242310.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.
Bb242310.properties(en-us,office.12).gif AppliesTo Returns a Range object specifying the cell range to which the formatting rule is applied.
Bb242310.properties(en-us,office.12).gif Formula Returns or sets a String representing a formula which determines the values the icon set will be applied to.
Bb242310.properties(en-us,office.12).gif IconCriteria Returns an IconCriteria collection which represents the set of criteria for an icon set conditional formatting rule.
Bb242310.properties(en-us,office.12).gif IconSet Returns or sets an IconSets collection which specifies the icon set used in the conditional format.
Bb242310.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb242310.properties(en-us,office.12).gif PercentileValues Returns or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined using percentiles.
Bb242310.properties(en-us,office.12).gif Priority Returns or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.
Bb242310.properties(en-us,office.12).gif PTCondition Returns a Boolean value indicating if the conditional format is being applied to a PivotTable chart. Read-only.
Bb242310.properties(en-us,office.12).gif ReverseOrder Returns or sets a Boolean value indicating if the order of icons is reversed for an icon set.
Bb242310.properties(en-us,office.12).gif ScopeType Returns or sets one of the constants of the XlPivotConditionScope enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.
Bb242310.properties(en-us,office.12).gif ShowIconOnly Returns or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format.
Bb242310.properties(en-us,office.12).gif StopIfTrue Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.
Bb242310.properties(en-us,office.12).gif Type Returns one of the constants of the XlFormatConditionType enumeration, which specifies the type of conditional format. Read-only.