Dokumentacija HotXLS
Sadržaj
Početna
Pregled
TGridToXLS
IXLSWorkbook
Početna
Sadržaj
Pregled
sučelje IXLSFont
Jedinica:
lxHandle
Contains the font attributes (font name, font size, color, and so on)
Opis
Use the Font property to return the Font object
Svojstva
Namesvojstvo
Sizesvojstvo
ColorIndexsvojstvo
Colorsvojstvo
Boldsvojstvo
Italicsvojstvo
CharSet / Family properties
Strikethroughsvojstvo
OutLineFontsvojstvo
Shadowsvojstvo
Underlinesvojstvo
SubScriptsvojstvo
SuperScriptsvojstvo
Metode
SetThemeColormetoda
— assign the font color to one of the 12 Office theme color slots with an optional tint (since v2.61.0)
Primjer
The following example formats cells A1:C5 as bold
Workbook.Sheets[
1
].Range[
'A1'
,
'C5'
].Font.Bold := true;
Copyright © 2010-2026
losLab Software