SelectCellFont

SelectCellFont(id as CellType, font as FontType )

 

Setzt die Schriftart einer Zelle.

 

Parameter

id

 ID der Zelle

 

font

Identifikator der Schrift

 

Beispiel

SelectCellFont (CT_TITLE, ARIAL_8)

 

SetCellFont

Befehl

CT_TITLE

Zelle

ARIAL_8

Name der Schriftart

 

Die Variable fⁿr den Font ARIAL_8 ist von der Firma Lexware bereits definiert und wird mit ausgeliefert.

 

Siehe auch

CreateFont , Zellkonstanten , CreateCell , DeleteCell , DeleteCellChildren , SetCellParent , DuplicateCell , SetHeaderCell , SetFooterCell , SetCellBackground , SetCellClip , SetCellBorder , SetCellText , SetCellAlign , SetCellTextBorder , DrawCell , CellType , GetCellWidth , GetCellHeight