Table of Contents

TFlxApplyFillPattern Record

Fill pattern and color for the background of a cell.

Syntax

Unit: FlexCel.Core

TFlxApplyFillPattern = record;

Methods

Name Description
Create Creates the record setting all members to true or false.
SetAllMembers Sets all members to true or false
Apply This method will modify existingFormat with the properties from newFormat that are specified on this class

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.
Gradient Defines if to apply a gradient to a cell. Only valid in Excel 2007 or newer.
IsEmpty Returns true if the format does not apply any setting.