Winnovative Excel Library

ExcelFont Class

Winnovative Excel Library Documentation
Represents a font in the Excel workbook
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelFont

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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 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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference