Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 853 Bytes

Word.Hyperlinks.Item.md

File metadata and controls

43 lines (24 loc) · 853 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Hyperlinks.Item Method (Word)
vbawd10.chm161218560
vbawd10.chm161218560
word
Word.Hyperlinks.Item
e59fcc87-cfc6-1db6-f5ac-59154db8fc7c
06/08/2017

Hyperlinks.Item Method (Word)

Returns an individual Hyperlink object in a collection.

Syntax

expression. Item( _Index_ )

expression Required. A variable that represents a 'Hyperlinks' collection.

Parameters

Name Required/Optional Data type Description
Index Required Variant The individual object to be returned. Can be a Long indicating the ordinal position or a String representing the name of the individual object.

Return value

Hyperlink

See also

Hyperlinks Collection Object