Represents a font in the Excel workbook
Inheritance Hierarchy
Winnovative.ExcelLibExcelFont
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelFont type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bold |
Gets or sets a value to indicate if the font is bold or not. Default value is false.
|
![]() | Color |
Gets or sets the font color.
|
![]() | ColorIndex |
Gets or sets the the index in Excel palette of color of this font.
|
![]() | IsStrikethrough |
Gets or sets a value to indicate if the font is struck through horizontally. Default value is false.
|
![]() | IsSubscript |
Gets or sets a value to indicate if the font is formatted as subscript. Default value is false.
|
![]() | IsSuperscript |
Gets or sets a value to indicate if the font is formatted as superscript. Default value is false.
|
![]() | Italic |
Gets or sets a value to indicate if the font is bold or not. Default value is false.
|
![]() | Name |
Gets or sets the name of the font family. Default font is Arial.
|
![]() | Size |
Gets or sets the size of the font. Default size is 10.
|
![]() | UnderlineType |
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.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also