Bookmarks.Item Property

Returns an individual object in a collection.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    ByRef Index As Object _
) As Bookmark
    Get
'Usage
Dim instance As Bookmarks
Dim Index As Object
Dim value As Bookmark

value = instance(Index)
Bookmark this[
    ref Object Index
] { get; }

Parameters

  • Index
    Type: System.Object%
    The name of the individual object to be returned.

Property Value

Type: Microsoft.Office.Interop.Word.Bookmark

See Also

Reference

Bookmarks Interface

Bookmarks Members

Microsoft.Office.Interop.Word Namespace