XlFontBase Properties
Serves as a base for the XlFont class and specifies the common font characteristics.| Name | Description |
|---|---|
| Bold | Gets or sets the value indicating whether the cell content is formatted as bold. |
| Charset | Gets or sets the basic set of characters associated with the current font. |
| Condense | Compatibility setting. Gets or sets a value indicating whether the cell font is condensed. |
| Extend | Compatibility setting. Gets or sets a value indicating whether the cell font is extended. |
| Italic | Gets or sets the value indicating whether the cell content is formatted as italic. |
| Name | Gets or sets the name of the font applied to the cell content. |
| Outline | Compatibility setting. Gets or sets the value indicating whether the cell content is formatted as an outline. |
| SchemeStyle | Gets or sets the font scheme for the current font. |
| Script | Formats the cell content as subscript or superscript. |
| Shadow | Compatibility setting. Gets or sets a value indicating whether the cell font is formatted as shadowed. |
| Size | Gets or sets the size of the font applied to the cell content. |
| StrikeThrough | Gets or sets the value indicating whether the cell content is formatted as strikethrough. |
| Underline | Gets or sets the type of underline applied to the cell content. |
See Also