Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / GetHyperlink Method


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