SetCellTextBorder(id as CellType, left as Numeric, top as Numeric, right as Numeric, bottom as Numeric)
Setzen des inneren Abstands des Textes vom Zellenrand.
Parameter
id
ID der Zelle
left
linker Abstand
top
oberer Abstand
right
rechter Abstand
bottom
unterer Abstand
Beschreibung
Die Einheit fⁿr den Abstand betrΣgt 0,1 mm.
Beispiel
SetCellTextBorder (CT_TITLE, 5, 5, 5, 5)
SetCellTextBorder |
Befehl zum Setzen des inneren Abstands des Textes vom Zellenrand |
CT_TITLE |
Zelle fⁿr die der Abstand gelten soll |
5, |
0,5 mm Abstand vom linken Zellenrand |
5, |
0,5 mm Abstand vom oberen Zellenrand |
5, |
0,5 mm Abstand vom rechten Zellenrand |
5 |
0,5 mm Abstand vom unteren Zellenrand |
Siehe auch
Zellkonstanten , CreateCell , DeleteCell , DeleteCellChildren , SetCellParent , DuplicateCell , SetHeaderCell , SetFooterCell , SetCellFont , SetCellBackground , SetCellClip , SetCellBorder , SetCellText , SetCellAlign , DrawCell , CellType , GetCellWidth , GetCellHeight