Table of Contents

ExcelFile.SetConditionalFormat Method

Modifies one of the conditional format rules in the sheet.

Syntax

Namespace: FlexCel.Core

public abstract void SetConditionalFormat(Int32 index, TConditionalFormat formatCondition)

Parameters

<-> Parameter Type Description
index Int32 Index of the conditional format to modify. 1-based.
formatCondition TConditionalFormat The conditional format rules to apply to a set of ranges in the active sheet.

See also