Spread WPF 18
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