Table of Contents

TConditionalDataBarRule.TConditionalDataBarRule Constructor

Creates a new instance of TConditionalDataBarRule.

Syntax

Namespace: FlexCel.Core

public TConditionalDataBarRule(Int32 aPriority, 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.
aFormula String Formula that defines if the format will be shown or not. A value of 0 or false means that the conditional format won't be displayed. If the formula is empty or returns another value, the format will be displayed. Note that there is no way to enter a formula in the Excel UI for this cases: From Excel the formula will always be empty. But if you create a file with a formula, it will be honored and preserved when you open it in Excel.

See also