True if the font is struck through with a hofizontal
line. Read/write Boolean
Syntaxis
eigenschap Strikethrough: boolean;
Voorbeeld
This example sets the font style to strikethrough fof the range A1:A5 on sheet one
Workbook.Worksheets[1].Range['A1', 'A5'].Font.Strikethrough := True;