Table of Contents

ExcelFile.RemoveConditionalFormat Method

Removes the conditional format at position index.

Syntax

Namespace: FlexCel.Core

public abstract void RemoveConditionalFormat(Int32 index)

Parameters

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

See also