Table of Contents

IConditionalTopNRule Interface

A conditional format rule specified by the top-N or bottom-N values.

Syntax

Unit: FlexCel.Core

IConditionalTopNRule = interface(IConditionalFormatStandardDefRule);

Properties

Name Description
Rank The value of N in Top-N
IsBottom If true then this rule targets the bottom-n values instead of the top-n.
IsPercent If true, then this rule targets top n%% instead of top n values.