Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Hyperlink Property


In This Topic
    Hyperlink Property
    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 IShape
    Dim value As IHyperlink
     
    value = instance.Hyperlink
    IHyperlink Hyperlink {get;}
    See Also