Table of Contents

TCondFmtFont Record

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

Syntax

Unit: FlexCel.Core

TCondFmtFont = record;

Fields

Name Description
Size20 Font size in 1/20 of a point.
Color Color of the font.
Style Style of the font.
Underline Underline of the font.

Methods

Name Description
Create Creates a new struct setting the members.
Equals Returns true if both objects are the same.
GetHashCode Returns the hashcode of the struct.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.