Table of Contents

TConditionalFormatStandardDefRule Class

A conditional format rule which modifies the cell format (color, font, etc). This is different from other rules as databars or iconsets.

Syntax

Namespace: FlexCel.Core

public abstract class TConditionalFormatStandardDefRule: TConditionalFormatRule

Constructors

Name Description
TConditional​Format​Standard​DefRule Creates a new instance of TConditional​Format​Standard​DefRule, with the corresponding Format definition.

Methods

Name Description
CheckIsValid 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.
Clone Returns a deep copy of the object.
Equals Returns true if this object is equal to obj.
GetHashCode Returns the hashcode for this object.

Properties

Name Description
FormatDef Format to apply when the rule evaluates to true.