Table of Contents

TCondFmtApplyFont.TCondFmtApplyFont Constructor

Overloads

TCondFmtApplyFont.TCondFmtApplyFont(Boolean)

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

Syntax

Namespace: FlexCel.Core

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

TCondFmtApplyFont.TCondFmtApplyFont(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

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

Syntax

Namespace: FlexCel.Core

public TCondFmtApplyFont(Boolean aSize20, Boolean aColor, Boolean aBoldAndItalic, Boolean aStrikeout, Boolean aSubSuperscript, Boolean aUnderline)

Parameters

<-> Parameter Type Description
aSize20 Boolean If true, the font size will be applied.
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.
aSubSuperscript Boolean If true, the font subscript and superscript will be applied.
aUnderline Boolean If true, the font underline will be applied.

See also