Style.IncludeFont Property
Excel Developer Reference |
True if the style includes the Background, Bold, Color, ColorIndex, FontStyle, Italic, Name, Size, Strikethrough, Subscript, Superscript, and Underline font properties. Read/write Boolean.
Syntax
expression.IncludeFont
expression A variable that represents a Style object.
Example
This example sets the style attached to cell A1 on Sheet1 to include font format.
Visual Basic for Applications |
---|
|
See Also
- Style Object
- Style Object Members
- Background Property
- Bold Property
- FontStyle Property
- IncludeAlignment Property
- IncludeBorder Property
- IncludeNumber Property
- IncludePatterns Property
- IncludeProtection Property
- Italic Property
- Strikethrough Property
- Subscript Property
- Superscript Property
- Underline Property