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()
public virtual Hyperlink GetHyperlink()
See Also