Word.GoToDirection enum
Specifies the direction in which to move when using the Selection.goTo method.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| first = "First" | Moves to the first item. |
| last = "Last" | Moves to the last item. |
| next = "Next" | Moves to the next item. |
| previous = "Previous" | Moves to the previous item. |