Table of Contents

TCondFmtApplyFill.Create Method

Overloads

TCondFmtApplyFill.Create(Boolean)

Creates an Apply Fill setting all members to true or false.

Syntax

Unit: FlexCel.Core

class function TCondFmtApplyFill.Create(const AllTrue: Boolean): TCondFmtApplyFill; static; overload;

Parameters

<-> Parameter Type Description
const AllTrue Boolean If true all members will be set to true. If not, all members will be false.

See also

TCondFmtApplyFill.Create(Boolean, Boolean, Boolean)

Creates a new struct setting the members to true or false.

Syntax

Unit: FlexCel.Core

class function TCondFmtApplyFill.Create(const aStyle: Boolean; const aFgColor: Boolean; const aBgColor: Boolean): TCondFmtApplyFill; static; overload;

Parameters

<-> Parameter Type Description
const aStyle Boolean If true, the style will be applied.
const aFgColor Boolean If true, the foreground color will be applied.
const aBgColor Boolean If true, the background color will be applied.

See also