WdGoToDirection Enumeration 

Specifies the position to which a selection or the insertion point is moved in relation to an object or to itself.

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

Usage

Dim wdGoToDirection1 As WdGoToDirection = WdGoToDirection.wdGoToAbsolute

Syntax

Public Enum WdGoToDirection
public enum WdGoToDirection
public enum class WdGoToDirection
public enum WdGoToDirection
public enum WdGoToDirection

Members

Member name Description
wdGoToAbsolute An absolute position.
wdGoToFirst The first instance of the specified object.
wdGoToLast The last instance of the specified object.
wdGoToNext The next instance of the specified object.
wdGoToPrevious The previous instance of the specified object.
wdGoToRelative A position relative to the current position.

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