Table of Contents

TConditionalBaseTextRule.TConditionalBaseTextRule Constructor

Creates a new instance of TConditionalBaseTextRule.

Syntax

Namespace: FlexCel.Core

protected TConditionalBaseTextRule(TConditionalFormatKind aKind, Int32 aPriority, Boolean aStopIfTrue, String aText)

Parameters

<-> Parameter Type Description
aKind TConditional​Format​Kind Type of text used by the rule.
aPriority Int32 Priority of the rule. 1 means highest priority, and rules with higher numbers will be evaluated later.
aStopIfTrue Boolean See TConditionalFormatRule.StopIfTrue
aText String Text to search for. If it starts with "=" it will be considered a formula.

See also