Excel.ConditionalTopBottomRule interface

Represents the rule of the top/bottom conditional format.

Remarks

[ API set: ExcelApi 1.6 ]

Properties

rank

The rank between 1 and 1000 for numeric ranks or 1 and 100 for percent ranks.

type

Format values based on the top or bottom rank.

Property Details

rank

The rank between 1 and 1000 for numeric ranks or 1 and 100 for percent ranks.

rank: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.6 ]

type

Format values based on the top or bottom rank.

type: Excel.ConditionalTopBottomCriterionType | "Invalid" | "TopItems" | "TopPercent" | "BottomItems" | "BottomPercent";

Property Value

Excel.ConditionalTopBottomCriterionType | "Invalid" | "TopItems" | "TopPercent" | "BottomItems" | "BottomPercent"

Remarks

[ API set: ExcelApi 1.6 ]