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)

Usage

Dim pageSetup1 As PageSetup

Dim returnValue As WdGutterStyle
returnValue = pageSetup1.GutterPos

Dim sampleValue As WdGutterStyle
pageSetup1.GutterPos = sampleValue

Syntax

Property GutterPos() As WdGutterStyle
WdGutterStyle GutterPos {get; set;}
property WdGutterStyle^ GutterPos{
    WdGutterStyle^ get();
    Void set(WdGutterStyle^);
}
public WdGutterStyle get_GutterPos();
public void set_GutterPos(WdGutterStyle);
function get GutterPos() : WdGutterStyle;
function set GutterPos(WdGutterStyle);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

PageSetup Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

PageSetup Members