Docs HotXLS
Sommaire
Accueil
Aperçu
TGridToXLS
IXLSWorkbook
Accueil
Sommaire
Aperçu
Bold-property
True if the font is bold. Read/write Boolean
Syntaxe
property
Bold: boolean;
Exemple
This example sets the font to bold for the range A1:A5 on sheet one
Workbook.Worksheets[
1
].Range[
'A1'
,
'A5'
].Font.Bold := True;