Table of Contents

TTableApplyBorders.TTableApplyBorders Constructor

Overloads

TTableApplyBorders.TTableApplyBorders(Boolean)

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

Syntax

Namespace: FlexCel.Core

public TTableApplyBorders(Boolean AllTrue)

Parameters

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

See also

TTableApplyBorders.TTableApplyBorders(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

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

Syntax

Namespace: FlexCel.Core

public TTableApplyBorders(Boolean aLeft, Boolean aTop, Boolean aRight, Boolean aBottom, Boolean aInsideVertical, Boolean aInsideHorizontal)

Parameters

<-> Parameter Type Description
aLeft Boolean If true, the left border will be applied.
aTop Boolean If true, the top border will be applied.
aRight Boolean If true, the right border will be applied.
aBottom Boolean If true, the bottom border will be applied.
aInsideVertical Boolean If true, the inside vertical borders will be applied.
aInsideHorizontal Boolean If true, the inside horizontal borders will be applied.

See also