Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of item to move the insertion point or selection just prior to.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdGoToItem
'Usage
Dim instance As WdGoToItem
public enum WdGoToItem
Members
| Member name | Description | |
|---|---|---|
| wdGoToBookmark | A bookmark. | |
| wdGoToSection | A section. | |
| wdGoToPage | A page. | |
| wdGoToTable | A table. | |
| wdGoToLine | A line. | |
| wdGoToFootnote | A footnote. | |
| wdGoToEndnote | An endnote. | |
| wdGoToComment | A comment. | |
| wdGoToField | A field. | |
| wdGoToGraphic | A graphic. | |
| wdGoToObject | An object. | |
| wdGoToEquation | An equation. | |
| wdGoToHeading | A heading. | |
| wdGoToPercent | A percent. | |
| wdGoToSpellingError | A spelling error. | |
| wdGoToGrammaticalError | A grammatical error. | |
| wdGoToProofreadingError | A proofreading error. |