Table of Contents

TConditionalBeginsWithTextRule.TConditionalBeginsWithTextRule Constructor

Creates a new instance of TConditionalBeginsWithTextRule.

Syntax

Namespace: FlexCel.Core

public TConditionalBeginsWithTextRule(Int32 aPriority, Boolean aStopIfTrue, String aText)

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
aText String Text to search for.

See also