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