HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
OutLineFont özellik
True if the font is an outline font. Read/write Boolean
Açıklamalar
This property has no effect in Windows, but its value is retained (it can be set and returned)
Sözdizimi
property OutLineFont: boolean;
Örnek
This example sets the font for cell A1 on sheet one to an outline font
Workbook.Worksheets[1].Range['A1', 'A1'].Font.OutlineFont := True;
Copyright © 2010-2026 losLab Software