Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 976 Bytes

Project.Application.FontBold.md

File metadata and controls

39 lines (24 loc) · 976 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FontBold method (Project)
vbapj.chm2320
vbapj.chm2320
project-server
Project.Application.FontBold
6bd38edc-a2af-d6d5-8e46-898b700135b2
06/08/2017
medium

Application.FontBold method (Project)

Applies or removes bold formatting from the selected text.

Syntax

expression.FontBold (Set)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Set Optional Boolean True if bold formatting is applied to the selected text. False if bold formatting is removed from the selected text. The default value is False if the selected text is bold and True if the selected text is not bold.

Return value

Boolean

[!includeSupport and feedback]