Table of Contents

TCondFmtApplyFill Record

Determines which parts of the pattern will be applied in the conditional format.

Syntax

Unit: FlexCel.Core

TCondFmtApplyFill = record;

Methods

Name Description
Create Overloaded
Create(Boolean)
Create(Boolean, Boolean, Boolean)
Equals Returns true if both objects are the same
GetHashCode Returns the hashcode of the struct.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.

Properties

Name Description
Pattern Fill style.
FgColor Color for the foreground of the pattern.
BgColor Color for the background of the pattern. If the pattern is solid, has no effect.
IsEmpty Returns true if the format does not apply any setting.