Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

Project.Application.FontStrikethrough.md

File metadata and controls

39 lines (24 loc) · 1.06 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FontStrikethrough method (Project)
vbapj.chm2294
vbapj.chm2294
project-server
Project.Application.FontStrikethrough
e8689bfe-1c74-5582-8bf1-97b089207321
06/08/2017
medium

Application.FontStrikethrough method (Project)

Applies or removes strikethrough formatting from the selected text.

Syntax

expression. FontStrikethrough( _Set_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Set Optional Variant True if strikethrough formatting is applied to the selected text. False if strikethrough formatting is removed from the selected text. The default value is False if the selected text has strikethrough formatting and True if the selected text does not have strikethrough formatting.

Return value

Boolean

[!includeSupport and feedback]