Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 736 Bytes

Word.View.ShowParagraphs.md

File metadata and controls

41 lines (24 loc) · 736 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
View.ShowParagraphs property (Word)
vbawd10.chm161808401
vbawd10.chm161808401
Word.View.ShowParagraphs
17b2ea55-14d3-1606-1d45-da601009a209
06/08/2017
medium

View.ShowParagraphs property (Word)

True if paragraph marks are displayed. Read/write Boolean.

Syntax

expression. ShowParagraphs

expression An expression that returns a 'View' object.

Example

This example hides paragraph marks in the active window.

ActiveDocument.ActiveWindow.View.ShowParagraphs = False

See also

View Object

[!includeSupport and feedback]