SetCellFont(id as CellType, name as String, size as Numeric, type as Numeric, color as Numeric)
Setzt die Schriftart einer Zelle.
Parameter
id
ID der Zelle
font
Name der Schrift
size
Schriftgr÷▀e in Punkt
type
FONT_NORMAL, FONT_BOLD, FONT_ITALIC, FONT_BOLD_ITALIC
color
Textfarbe
Beispiel
SetCellFont (CT_TITLE, "Arial", 8, FONT_BOLD, COLOR_BLACK)
SetCellFont |
Befehl |
CT_TITLE |
Zelle |
"Arial" |
Name der Schriftart |
8 |
Schriftgr÷▀e |
FONT_BOLD |
Schrifttyp (Fettschrift) |
COLOR_BLACK |
Schriftfarbe |
Siehe auch
Zellkonstanten , CreateCell , DeleteCell , DeleteCellChildren , SetCellParent , DuplicateCell , SetHeaderCell , SetFooterCell , SetCellBackground , SetCellClip , SetCellBorder , SetCellText , SetCellAlign , SetCellTextBorder , DrawCell , CellType , GetCellWidth , GetCellHeight