Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / Hyperlink Property


In This Topic
    Hyperlink Property (IGroupShape)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IHyperlink object that represents the hyperlink for the shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Hyperlink As IHyperlink
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As IHyperlink
     
    value = instance.Hyperlink
    IHyperlink Hyperlink {get;}
    See Also