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)

Usage

Dim wdBrowseTarget1 As WdBrowseTarget = WdBrowseTarget.wdBrowseComment

Syntax

Public Enum WdBrowseTarget
public enum WdBrowseTarget
public enum class WdBrowseTarget
public enum WdBrowseTarget
public enum WdBrowseTarget

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace