Hyperlinks.Item Property
Returns a single object from a collection.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As Hyperlink
Get
'Usage
Dim instance As Hyperlinks
Dim Index As Object
Dim value As Hyperlink
value = instance.Item(Index)
Hyperlink this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectRequired Object. The name or index number of the object.
Property Value
Type: Microsoft.Office.Interop.Excel.Hyperlink