Table of Contents

TConditionalFormatRule.CheckIsValid Method

Checks if the rule 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.

Syntax

Namespace: FlexCel.Core

public virtual CondFmtError CheckIsValid()

See also