ExcelFont Class |
Namespace: ExpertXls.ExcelLib
The ExcelFont type exposes the following members.
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 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.
|