Table of Contents

XlsFile.RemoveConditionalFormat Method

Removes the conditional format at position index.

Syntax

Namespace: FlexCel.XlsAdapter

public override void RemoveConditionalFormat(Int32 index)

Parameters

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

See also