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


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