Table of Contents

TCondFmtApplyFont Structure

Determines which parts of the font will be applied in the conditional format.

Syntax

Namespace: FlexCel.Core

public struct TCondFmtApplyFont

Constructors

Methods

Name Description
Equals Returns true if both objects are the same.
GetHashCode Returns the hashcode of the struct.

Operators

Name Description
Equality Returns true if both objects have the same information.
Inequality returns true if both objects are different.

Properties

Name Description
Size20 Size of the font.
Color Color of the font.
BoldAndItalic If true, both bold and italic will be applied.
Strikeout If true, the strikeout style of the font will be used.
SubSuperscript If true, both superscript and subscript will be applied.
Underline If true, the underline style of the font will be used.
IsEmpty Returns true if the format does not apply any setting.