Click or drag to resize
Font Class
Font class represents the font object defined in Microsoft Excel.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelWriterFont

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Font

The Font type exposes the following members.

Properties
  NameDescription
Public propertyBold
Sets a value that indicates whether the font is bold.
Public propertyItalic
Sets a value that indicates whether the font is italic.
Public propertyName
Sets the name of the font.
Public propertySize
Sets the size of font, in points.
Top
See Also