PageSetup.GutterPos Property (Word)
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.
ActiveDocument.PageSetup.GutterPos = wdGutterPosRight