True if the font is struck through with a horizontal
line. 读/写 Boolean
语法
property Strikethrough: boolean;
示例
本示例 sets the font style to strikethrough for the range A1:A5 on sheet one
Workbook.Worksheets[1].Range['A1', 'A5'].Font.Strikethrough := True;