Share via


PageSetup.GutterPos Property

Word Developer Reference

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

Syntax

expression.GutterPos

expression   Required. A variable that represents a PageSetup object.

Example

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

Visual Basic for Applications
  ActiveDocument.PageSetup.GutterPos = wdGutterPosRight

See Also