HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
Bold egenskap
True if the font is bold. Read/write Boolean
Syntax
property Bold: boolean;
Exempel
This example sets the font to bold for the range A1:A5 on sheet one
Workbook.Worksheets[1].Range['A1', 'A5'].Font.Bold := True;
Copyright © 2010-2026 losLab Software