Hyperlink.SubAddress Property

Returns or sets a named location in the destination of the specified hyperlink.

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

Syntax

'Declaration
Property SubAddress As String
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As String

value = instance.SubAddress

instance.SubAddress = value
string SubAddress { get; set; }

Property Value

Type: System.String

Remarks

The named location can be a bookmark in a Microsoft Word document, a named cell or cell reference in a Microsoft Excel worksheet, a named object in a Microsoft Access database, or a slide number in a Microsoft PowerPoint presentation.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace