Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 912 Bytes

Word.Document.GridSpaceBetweenVerticalLines.md

File metadata and controls

41 lines (24 loc) · 912 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.GridSpaceBetweenVerticalLines property (Word)
vbawd10.chm158007603
vbawd10.chm158007603
Word.Document.GridSpaceBetweenVerticalLines
83658d56-6724-3e34-57bb-0b9cab537985
06/08/2017
medium

Document.GridSpaceBetweenVerticalLines property (Word)

Returns or sets the interval at which Microsoft Word displays vertical character gridlines in print layout view. Read/write Long.

Syntax

expression. GridSpaceBetweenVerticalLines

expression A variable that represents a Document object.

Example

This example sets Microsoft Word to display every other vertical character gridline.

ActiveDocument.GridSpaceBetweenVerticalLines = 2

See also

Document Object

[!includeSupport and feedback]