HotXLS 文档

Bold 属性

True if the font is bold. 读/写 Boolean

语法

property Bold: boolean;

示例

本示例 sets the font to bold for the range A1:A5 on sheet one

Workbook.Worksheets[1].Range['A1', 'A5'].Font.Bold := True;