PageSetup.GutterPos Property

Returns or sets on which side the gutter appears in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property GutterPos As WdGutterStyle
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As WdGutterStyle

value = instance.GutterPos

instance.GutterPos = value
WdGutterStyle GutterPos { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdGutterStyle

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Word Namespace