Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / SubAddress Property


In This Topic
SubAddress Property (IHyperlink)
In This Topic
Gets or sets the location within the document associated with the hyperlink.
Syntax
'Declaration
 
Property SubAddress As String
 
'Usage
 
Dim instance As IHyperlink
Dim value As String
 
instance.SubAddress = value
 
value = instance.SubAddress
See Also