Table of Contents

XlsFile.GetConditionalFormat Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override 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