Top10 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a top ten visual of a conditional formatting rule. Applying a color to a range helps you see the value of a cell relative to other cells.
public interface class Top10
[System.Runtime.InteropServices.Guid("0002449D-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Top10
Public Interface Top10
- Attributes
Remarks
All conditional formatting objects are contained within a FormatConditions collection object, which is a child of a Range collection. You can create a top 10 formatting rule by using either the Add(XlFormatConditionType, Object, Object, Object, Object, Object, Object, Object) or AddTop10() method of the FormatConditions collection.
Properties
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 the cell range to which the formatting rule is applied. |
Borders |
Returns a Borders collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only. |
CalcFor |
Returns or sets how the conditional format in a PivotTable report should be evaluated. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. Read-only. |
Font |
Returns a Font object that specifies the font formatting if the conditional formatting rule evaluates to True. Read-only. |
Interior |
Returns an Interior object that specifies a cell's interior attributes for a conditional formatting rule that evaluates to True. Read-only. |
NumberFormat |
Returns or sets the number format applied to a cell if the conditional formatting rule evaluates to True. Read/write. |
Parent |
Returns the parent object for the specified object. Read-only. |
Percent |
Returns or sets a Boolean value, specifying if the rank is determined by a percentage value. |
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. |
Rank |
Returns or sets an Integer value, specifying either the number or percentage of the rank value for the conditional format rule. |
ScopeType |
Returns or sets 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. |
TopBottom |
Returns or sets one of the constants of the XlTopBottom enumeration, determining if the ranking is evaluated from the top or bottom. |
Type |
Returns the type of conditional format. Read-only. |
Methods
Delete() |
Deletes the specified conditional formatting rule object. |
ModifyAppliesToRange(Range) |
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. |