Table of Contents

TCondFmtApplyBorders.TCondFmtApplyBorders Constructor

Overloads

TCondFmtApplyBorders.TCondFmtApplyBorders(Boolean)

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

Syntax

Namespace: FlexCel.Core

public TCondFmtApplyBorders(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

TCondFmtApplyBorders.TCondFmtApplyBorders(Boolean, Boolean, Boolean, Boolean)

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

Syntax

Namespace: FlexCel.Core

public TCondFmtApplyBorders(Boolean aLeft, Boolean aTop, Boolean aRight, Boolean aBottom)

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.

See also