Table of Contents

TConditionalTopNRule.TConditionalTopNRule Constructor

Creates a new instance of TConditionalExpressionRule.

Syntax

Namespace: FlexCel.Core

public TConditionalTopNRule(Int32 aPriority, Boolean aStopIfTrue, Int32 aRank, Boolean aIsBottom, Boolean aIsPercent)

Parameters

<-> Parameter Type Description
aPriority Int32 Priority of the rule. 1 means highest priority, and rules with higher numbers will be evaluated later.
aStopIfTrue Boolean See TConditionalFormatRule.StopIfTrue
aRank Int32 The n for top-n.
aIsBottom Boolean If true, this rule will use the bottom N values instead of the top N
aIsPercent Boolean If true the rule applies to the top n% values instead of top n.

See also