Excel) (Font 对象
包含对象的字体属性(字体名称、字号、颜色等等)。
备注
如果不希望以相同的方式设置单元格或图形中的所有文本的格式,请使用 Range 对象的 Characters 属性返回文本的子集。
示例
使用 Font 属性返回 Font 对象。 下例将单元格区域 A1:C5 的格式设置为粗体。
Worksheets("Sheet1").Range("A1:C5").Font.Bold = True
属性
- 应用程序
- Background
- Bold
- Color
- ColorIndex
- Creator
- FontStyle
- Italic
- 名称
- Parent
- Size
- Strikethrough
- Subscript
- Superscript
- ThemeColor
- ThemeFont
- TintAndShade
- Underline
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。