HotXLS dokumentacija
sąsaja IXLSFont
Turinys
sąsaja IXLSFont
TGridToXLS
IXLSWorkbook
Turinys
sąsaja IXLSFont
sąsaja IXLSFont
lxHandle
lxHandle
Contains the font attributes (font name, font size, color, and so on)
Use the Font property to return the Font object
Use the Font property to return the Font object
ColorIndex property
Size property
ColorIndexypatybė
Colorypatybė
CharSet / Family properties
Italicypatybė
CharSet / Family properties
OutLineFontypatybė
SuperScriptypatybė
The following example formats cells A1:C5 as bold
SetThemeColormetodas
SuperScriptypatybė
The following example formats cells A1:C5 as bold
SetThemeColormetodas
— assign the font color to one of the 12 Office theme color slots with an optional tint (since v2.61.0)
The following example formats cells A1:C5 as bold
Workbook.Sheets[
— assign the font color to one of the 12 Office theme color slots with an optional tint (since v2.61.0)
'A1'
'C5'
Workbook.Sheets[
1
].Range[
'A1'
,
'C5'
].Font.Bold := true;