ColorScale Members
Include Protected Members
Include Inherited Members
Represents a color scale conditional formatting rule.
The ColorScale type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
AppliesTo | Returns a Range object specifying the cell range to which the formatting rule is applied. |
![]() |
ColorScaleCriteria | Returns a ColorScaleCriteria object, which is a collection of individual ColorScaleCriterion objects. The ColorScaleCriterion object specifies the type, value, and color of threshold criteria used in the color scale conditional format. Read-only. |
![]() |
Creator | Returns a constant in the XlCreator enumeration that indicates the application in which this object was created. Read-only. |
![]() |
Formula | Returns or sets a String representing a formula that determines the values to which the icon set will be applied. |
![]() |
Parent | Returns the parent object for the specified object. Read-only. |
![]() |
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. |
![]() |
PTCondition | Returns a Boolean value indicating if the conditional format is being applied to a PivotTable chart. Read-only. |
![]() |
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. |
![]() |
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. |
![]() |
Type | Returns one of the constants of the XlFormatConditionType enumeration, which specifies the type of conditional format. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the specified conditional formatting rule object. |
![]() |
ModifyAppliesToRange | Sets the cell range to which this formatting rule applies. |
![]() |
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. |
![]() |
SetLastPriority | Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet. |
Top