Table of Contents

TFlxApplyFillPattern Structure

Fill pattern and color for the background of a cell.

Syntax

Namespace: FlexCel.Core

public struct TFlxApplyFillPattern

Constructors

Name Description
TFlxApplyFillPattern Creates the record setting all members to true or false.

Methods

Name Description
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

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.