WdGutterStyle Enumeration 

Specifies where the gutter appears in the document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdGutterStyle1 As WdGutterStyle = WdGutterStyle.wdGutterPosLeft

Syntax

Public Enum WdGutterStyle
public enum WdGutterStyle
public enum class WdGutterStyle
public enum WdGutterStyle
public enum WdGutterStyle

Members

Member name Description
wdGutterPosLeft On the left side.
wdGutterPosRight On the right side.
wdGutterPosTop At the top.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace