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)

Syntax

'Declaration
Public Enumeration WdGoToDirection
'Usage
Dim instance As WdGoToDirection
public enum WdGoToDirection

Members

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace