Table of Contents

TConditionalTopNRule Class

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

Syntax

Namespace: FlexCel.Core

public class TConditionalTopNRule: TConditionalFormatStandardDefRule

Constructors

Name Description
TConditionalTopNRule Creates a new instance of TConditional​Expression​Rule.​

Methods

Name Description
Equals Returns true if this object is equal to obj.
GetHashCode Returns the hashcode for this object.

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.