HotXLS-documentatie

IXLSFont Interface

Eenheid: lxHenle
Contains the font attributes (font name, font size, colof, en so on)

Beschrijving

Gebruiken the Font eigenschap to return the Font object

Eigenschappen

Methoden

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

Voorbeeld

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