Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / GetHyperlink Method


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