Hyperlink.SubAddress Property
Returns or sets the location within a document — such as a bookmark in a word document, a range in a worksheet, or a slide in a Microsoft PowerPoint presentation — associated with the specified hyperlink. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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