Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlinks Interface / Item Property
The index number of the hyperlink.


In This Topic
    Item Property (IHyperlinks)
    In This Topic
    Gets a single hyperlink from a collection.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IHyperlink
    'Usage
     
    
    Dim instance As IHyperlinks
    Dim index As Integer
    Dim value As IHyperlink
     
    value = instance.Item(index)
    IHyperlink this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number of the hyperlink.
    See Also