Table of Contents

TConditionalFormat.Create Method

Creates a new conditional format.

Syntax

Unit: FlexCel.Core

class function TConditionalFormat.Create(const aRanges: TArray<TXlsCellRange>; const aRules: TArray<IConditionalFormatRule>; const aIsPivot: Boolean): TConditionalFormat; static; overload;

Parameters

<-> Parameter Type Description
const aRanges TArray<​TXls​Cell​Range> List of ranges where this format will apply.
const aRules TArray<​IConditional​Format​Rule> List of rules to apply to the cells.
const aIsPivot Boolean If true, then this is a conditional format for a pivot table.

See also