The XLFont type exposes the following members.

Constructors

  Name Description
Public method XLFont(String, Single)
Excel font initialization.
Public method XLFont(String, Single, Color)
Excel font initialization.
Public method XLFont(String, Single, Boolean, Boolean)
Excel font initialization.
Public method XLFont(String, Single, Boolean, Boolean, Color)
Excel font initialization.
Public method XLFont(String, Single, Boolean, Boolean, Boolean, XLFontScript, XLUnderlineStyle, Color)
Excel font initialization.

Methods

  Name Description
Public method Equals
Determines whether the specified System.Object instances are considered equal.
(Overrides Object..::..Equals(Object).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Bold
Gets bold flag of the Excel font.
Public property Color
Gets Color value of the Excel font.
Public property FontName
Gets Excel font name (font family).
Public property FontSize
Gets Excel font size in points.
Public property Italic
Gets italic flag of the Excel font.
Public property Script
Gets XLFontScript value of the Excel font.
Public property SizeInPoints
Gets Excel font size in points.
Public property Strikeout
Gets strikeout flag of the Excel font.
Public property Underline
Gets XLUnderlineStyle value of the Excel font.

See Also