property Item.Underline as Boolean
Sets or returns whether or not the item should appear in underline.

TypeDescription
Boolean A boolean expression that specifies whether or not item should appear in underline. 

Use the Underline property to specify that item should appear in underline. Use the <u> HTML tag in Caption property to specify parts that should appear in underline. 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 StrikeOut property to specify that item should appear in strikeout.