Click or drag to resize

ExcelFont Class

Represents a font in the Excel workbook
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelFont

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelFont

The ExcelFont type exposes the following members.

Properties
 NameDescription
Public propertyBold Gets or sets a value to indicate if the font is bold or not. Default value is false.
Public propertyColor Gets or sets the font color.
Public propertyColorIndex Gets or sets the index in Excel palette of color of this font.
Public propertyIsStrikethrough Gets or sets a value to indicate if the font is struck through horizontally. Default value is false.
Public propertyIsSubscript Gets or sets a value to indicate if the font is formatted as subscript. Default value is false.
Public propertyIsSuperscript Gets or sets a value to indicate if the font is formatted as superscript. Default value is false.
Public propertyItalic Gets or sets a value to indicate if the font is bold or not. Default value is false.
Public propertyName Gets or sets the name of the font family. Default font is Arial.
Public propertySize Gets or sets the size of the font. Default size is 10.
Public propertyUnderlineType Gets or sets a value to indicating the underline type. If the underline type is None, no underline will be applied. The default value is None.
Top
See Also