Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Hyperlinks Property


In This Topic
    Hyperlinks Property (IWorksheet)
    In This Topic
    Gets an IHyperlinks collection that represents the hyperlinks for the worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Hyperlinks As IHyperlinks
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IHyperlinks
     
    value = instance.Hyperlinks
    IHyperlinks Hyperlinks {get;}
    See Also