[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BookmarkCollection.Item

this Property

this[string]

Gets a bookmark from the collection by its name.

Declaration
public Bookmark this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Bookmark
Parameters
Type Name Description
string name

The bookmark name.

Property Value
Type Description
Bookmark

The Bookmark with specified name.

Exceptions
Type Condition
KeyNotFoundException

Raises when the bookmark with specified name not found in the collection.