Browser.Target Property

Returns or sets the document item that the Previous and Next methods locate.

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

Syntax

'Declaration
Property Target As WdBrowseTarget
    Get
    Set
'Usage
Dim instance As Browser
Dim value As WdBrowseTarget

value = instance.Target

instance.Target = value
WdBrowseTarget Target { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdBrowseTarget

See Also

Reference

Browser Interface

Browser Members

Microsoft.Office.Interop.Word Namespace