Table of Contents

TConditionalCellIsRule.TConditionalCellIsRule Constructor

Creates a new instance of TConditionalCellIsRule.

Syntax

Namespace: FlexCel.Core

public TConditionalCellIsRule(Int32 aPriority, Boolean aStopIfTrue, TConditionType aConditionType, String aFormula1, String aFormula2)

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
aConditionType TConditionType See ConditionType
aFormula1 String See Formula1
aFormula2 String See Formula2

See also