WdGoToDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdGoToLast | -1 | The last instance of the specified object. |
wdGoToAbsolute | 1 | An absolute position. |
wdGoToFirst | 1 | The first instance of the specified object. |
wdGoToNext | 2 | The next instance of the specified object. |
wdGoToRelative | 2 | A position relative to the current position. |
wdGoToPrevious | 3 | The previous instance of the specified object. |