Table of Contents

TExcelFile.GetConditionalFormat Method

One of the entries on the conditional format list of this file.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetConditionalFormat(const index: Integer): TConditionalFormat; virtual; abstract;

Parameters

<-> Parameter Type Description
const index Integer Index to the conditional format list. (1 based)

Returns

The list of conditional format definitions for the index.

See also