HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
Strikethrough özellik
True if the font is struck through with a horizontal line. Read/write Boolean
Sözdizimi
property Strikethrough: boolean;
Örnek
This example sets the font style to strikethrough for the range A1:A5 on sheet one
Workbook.Worksheets[1].Range['A1', 'A5'].Font.Strikethrough := True;
Copyright © 2010-2026 losLab Software