Table of Contents

TTableApplyFill.Create Method

Overloads

TTableApplyFill.Create(Boolean)

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

Syntax

Unit: FlexCel.Core

class function TTableApplyFill.Create(const AllTrue: Boolean): TTableApplyFill; 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

TTableApplyFill.Create(Boolean, Boolean, Boolean)

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

Syntax

Unit: FlexCel.Core

class function TTableApplyFill.Create(const aStyle: Boolean; const aFgColor: Boolean; const aBgColor: Boolean): TTableApplyFill; 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