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 Xl |
Charset |
Gets or sets the basic set of characters associated with the current font.
Inherited from Xl |
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 Xl |
Extend |
Compatibility setting. Gets or sets a value indicating whether the cell font is extended.
Inherited from Xl |
Font |
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 Xl |
Name |
Gets or sets the name of the font applied to the cell content.
Inherited from Xl |
Outline |
Compatibility setting. Gets or sets the value indicating whether the cell content is formatted as an outline.
Inherited from Xl |
Scheme |
Gets or sets the font scheme for the current font.
Inherited from Xl |
Script |
Formats the cell content as subscript or superscript.
Inherited from Xl |
Shadow |
Compatibility setting. Gets or sets a value indicating whether the cell font is formatted as shadowed.
Inherited from Xl |
Size |
Gets or sets the size of the font applied to the cell content.
Inherited from Xl |
Strike |
Gets or sets the value indicating whether the cell content is formatted as strikethrough.
Inherited from Xl |
Underline |
Gets or sets the type of underline applied to the cell content.
Inherited from Xl |
See Also