GutterPos Property

Microsoft Word Visual Basic

Show All

GutterPos Property

       

Returns or sets on which side the gutter appears in a document. Read/write WdGutterStyle.

WdGutterStyle can be one of these WdGutterStyle constants.
wdGutterPosLeft
wdGutterPosRight
wdGutterPosTop

expression.GutterPos

expression   Required. An expression that returns a PageSetup object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

This example sets the gutter to appear on the right side of the document.

ActiveDocument.PageSetup.GutterPos = wdGutterPosRight