Table of Contents

TFlxApplyBorders.Create Method

Overloads

TFlxApplyBorders.Create

Creates the class setting all members to false.

Syntax

Unit: FlexCel.Core

class function TFlxApplyBorders.Create: TFlxApplyBorders; static; overload;

See also

TFlxApplyBorders.Create(Boolean)

Creates the class setting all members to true or false.

Syntax

Unit: FlexCel.Core

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

Parameters

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

See also