Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 998 Bytes

Project.Application.FontUnderLine.md

File metadata and controls

39 lines (24 loc) · 998 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FontUnderLine method (Project)
vbapj.chm2324
vbapj.chm2324
project-server
Project.Application.FontUnderLine
a093b42b-6b4a-b775-ad81-f85cb940ab88
06/08/2017
medium

Application.FontUnderLine method (Project)

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 the selected text is not underlined.

Return value

Boolean

[!includeSupport and feedback]