Table of Contents

TConditionalFormatValuesRule.TConditionalFormatValuesRule Constructor

Creates a new instance of TConditionalFormatValuesRule.

Syntax

Namespace: FlexCel.Core

protected TConditionalFormatValuesRule(TConditionalFormatKind aKind, Int32 aPriority, Boolean aStopIfTrue, String aFormula)

Parameters

<-> Parameter Type Description
aKind TConditional​Format​Kind Kind of conditional rule this instance contains.
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