Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / HyperlinkBase Property


In This Topic
HyperlinkBase Property
In This Topic
Get or Set the hyperlink base address for relative hyperlinks in a document.
Syntax
'Declaration
 
Public Property HyperlinkBase As String
 
'Usage
 
Dim instance As DocumentProperties
Dim value As String
 
instance.HyperlinkBase = value
 
value = instance.HyperlinkBase

Property Value

A string value represents the name of a supervisor.
See Also