Excel.ConditionalTopBottomRule interface
Represents the rule of the top/bottom conditional format.
Remarks
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
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"