SubAddress Property (Hyperlink)
In This Topic
Gets or sets the location within the document associated with the hyperlink.
Syntax
'Declaration
Public Property SubAddress As String
'Usage
Dim instance As Hyperlink
Dim value As String
instance.SubAddress = value
value = instance.SubAddress
public string SubAddress {get; set;}
See Also