Table of Contents

TTableApplyFill.TTableApplyFill Constructor

Overloads

TTableApplyFill.TTableApplyFill(Boolean)

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

Syntax

Namespace: FlexCel.Core

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

TTableApplyFill.TTableApplyFill(Boolean, Boolean, Boolean)

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

Syntax

Namespace: FlexCel.Core

public TTableApplyFill(Boolean aStyle, Boolean aFgColor, Boolean aBgColor)

Parameters

<-> Parameter Type Description
aStyle Boolean If true, the style will be applied.
aFgColor Boolean If true, the foreground color will be applied.
aBgColor Boolean If true, the background color will be applied.

See also