Hyperlink.SubAddress Property
Returns or sets the location within the document associated with the hyperlink.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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