Table of Contents

TFlxApplyBorders.TFlxApplyBorders Constructor

Overloads

TFlxApplyBorders.TFlxApplyBorders

Creates the class setting all members to false.

Syntax

Namespace: FlexCel.Core

public TFlxApplyBorders()

See also

TFlxApplyBorders.TFlxApplyBorders(Boolean)

Creates the class setting all members to true or false.

Syntax

Namespace: FlexCel.Core

public TFlxApplyBorders(Boolean AllTrue)

Parameters

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

See also