Table of Contents

ExcelFile.GetConditionalFormat Method

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

Syntax

Namespace: FlexCel.Core

public abstract TConditionalFormat GetConditionalFormat(Int32 index)

Parameters

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

Returns

The list of conditional format definitions for the index.

See also