property Item.StrikeOut as Boolean
Sets or returns whether or not the item should appear in strikeout.

TypeDescription
Boolean A boolean expression that indicates whether or not item should appear in strikeout.
Use the StrikeOut property to specify that item should appear in strikeout. Use the <s> HTML tag in Caption property to specify parts that should appear in strikeout. Use the Bold property to specify that item should appear in bold. Use the Italic property to specify that item should appear in italic. Use the Underline property to specify that item should appear in underline.