Table of Contents

TConditionalFormatDef Class

The format to apply when a IConditionalFormatRule is applied.

Syntax

Unit: FlexCel.Core

TConditionalFormatDef = class(TFlexCelObject);

Methods

Name Description
Clone Returns a deep copy of this object.
CheckIsValid Checks if the format definition is valid. This check will be applied automatically when you try to add a conditional format to a sheet, so there is no need to call this method directly. But you can use it to know if a conditional format will be rejected when you try to add it.