TCondFmtApplyFill Record
Determines which parts of the pattern will be applied in the conditional format.
Syntax
Unit: FlexCel.Core
TCondFmtApplyFill = record;
Methods
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.
|