Share via


Hyperlinks.Item Property

Returns a single Hyperlink object from the specified Hyperlinks collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As Hyperlink
    Get
'Usage
Dim instance As Hyperlinks
Dim Index As Integer
Dim value As Hyperlink

value = instance.Item(Index)
Hyperlink this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    The index number of the single Hyperlink object in the collection to be returned.

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Hyperlink

See Also

Reference

Hyperlinks Interface

Hyperlinks Members

Microsoft.Office.Interop.PowerPoint Namespace