Share via


Application.FontUnderLine Method

Project Developer Reference

Applies or removes underlining from the selected text.

Syntax

expression.FontUnderLine(Set)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Set Optional Variant True if underlining is applied to the selected text. False if underlining is removed from the selected text. The default value is False if the selected text is underlined and True if not underlined.

Return Value
Boolean

See Also