Table of Contents

TConditionalFormat.TConditionalFormat Constructor

Creates a new conditional format.

Syntax

Namespace: FlexCel.Core

public TConditionalFormat(TXlsCellRange[] aRanges, TConditionalFormatRule[] aRules, Boolean aIsPivot)

Parameters

<-> Parameter Type Description
aRanges TXlsCellRange[] List of ranges where this format will apply.
aRules TConditional​Format​Rule[] List of rules to apply to the cells.
aIsPivot Boolean If true, then this is a conditional format for a pivot table.

See also