Table of Contents

TConditionalAboveAverageRule.TConditionalAboveAverageRule Constructor

Creates a new instance of TConditionalAboveAverageRule.

Syntax

Namespace: FlexCel.Core

public TConditionalAboveAverageRule(Int32 aPriority, Boolean aStopIfTrue, Boolean aIsBelowAverage, Boolean aIncludeAverage, Int32 aStdDev)

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
aIsBelowAverage Boolean If true, then this rule highlights values below the average instead of above.
aIncludeAverage Boolean If true, the average value itself will be highlighted.
aStdDev Int32 The number of standard deviations to include above or below the average.

See also