WdGoToDirection Enum

Definition

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

public enum class WdGoToDirection
[System.Runtime.InteropServices.Guid("A1D2A478-67C7-3491-9E7E-64C6E8D43738")]
public enum WdGoToDirection
type WdGoToDirection = 
Public Enum WdGoToDirection
Inheritance
WdGoToDirection
Attributes

Fields

wdGoToAbsolute 1

An absolute position.

wdGoToFirst 1

The first instance of the specified object.

wdGoToLast -1

The last instance of the specified object.

wdGoToNext 2

The next instance of the specified object.

wdGoToPrevious 3

The previous instance of the specified object.

wdGoToRelative 2

A position relative to the current position.

Applies to