Table of Contents

TTableApplyFont.TTableApplyFont Constructor

Overloads

TTableApplyFont.TTableApplyFont(Boolean)

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

Syntax

Namespace: FlexCel.Core

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

TTableApplyFont.TTableApplyFont(Boolean, Boolean, Boolean, Boolean)

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

Syntax

Namespace: FlexCel.Core

public TTableApplyFont(Boolean aColor, Boolean aBoldAndItalic, Boolean aStrikeout, Boolean aUnderline)

Parameters

<-> Parameter Type Description
aColor Boolean If true, the font color will be applied.
aBoldAndItalic Boolean If true, the font bold and italic styles will be applied.
aStrikeout Boolean If true, the font strikeout style will be applied.
aUnderline Boolean If true, the font underline will be applied.

See also