WdGoToItem Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace