Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IHyperlinks Interface / Item Property
The index of the collection.
In This Topic
    Item Property (IHyperlinks)
    In This Topic
    Gets the IHyperlink by index.
    Syntax
    IHyperlink this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index of the collection.

    Property Value

    Returns the IHyperlink object.
    See Also