WdBrowseTarget Enumeration

Specifies the document item that the Next or Previous method locates, and places the insertion point before the next or previous instance of the item.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdBrowseTarget
'Usage
Dim instance As WdBrowseTarget
public enum WdBrowseTarget

Members

Member name Description
wdBrowsePage Places insertion point before next or previous page.
wdBrowseSection Places insertion point before next or previous section.
wdBrowseComment Places insertion point before next or previous comment.
wdBrowseFootnote Places insertion point before next or previous footnote.
wdBrowseEndnote Places insertion point before next or previous endnote.
wdBrowseField Places insertion point before next or previous browsefield.
wdBrowseTable Places insertion point before next or previous table.
wdBrowseGraphic Places insertion point before next or previous graphic.
wdBrowseHeading Places insertion point before next or previous heading.
wdBrowseEdit Places insertion point before next or previous edit.
wdBrowseFind Places insertion point before next or previous browsefind.
wdBrowseGoTo Places insertion point before next or previous GoTo item.

See Also

Reference

Microsoft.Office.Interop.Word Namespace