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