Table of Contents

TConditionalExpressionRule.TConditionalExpressionRule Constructor

Creates a new instance of TConditionalExpressionRule.

Syntax

Namespace: FlexCel.Core

public TConditionalExpressionRule(Int32 aPriority, Boolean aStopIfTrue, String aFormula)

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
aFormula String See Formula

See also