Table of Contents

TCondFmtFont Structure

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

Syntax

Namespace: FlexCel.Core

public struct TCondFmtFont

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.

Constructors

Name Description
TCondFmtFont Creates a new struct setting the members.

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.