Dokumentasi HotXLS

Antarmuka IXLSFont

Unit: lxHandle
Properti Bold

Properti

Metode

Metode SetThemeColor — menetapkan warna font ke slot warna tema Office dengan tint opsional (tersedia sejak v2.61.0)

Metode

SetThemeColormetode — assign the font color to one of the 12 Office theme color slots with an optional tint (since v2.61.0)

Contoh

The following example formats cells A1:C5 as bold
Workbook.Sheets[1].Range['A1', 'C5'].Font.Bold := true;