Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / GetHyperlink Method


In This Topic
GetHyperlink Method (Shape)
In This Topic
Gets the hyperlink of this shape.
Syntax
'Declaration
 
Public Overridable Function GetHyperlink() As Hyperlink
 
'Usage
 
Dim instance As Shape
Dim value As Hyperlink
 
value = instance.GetHyperlink()
See Also