Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BookmarkCollection Class / Item Property / Item(String) Property
The bookmark name.

In This Topic
    Item(String) Property
    In This Topic
    Gets a bookmark from the collection by its name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As Bookmark
    public Bookmark Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The bookmark name.

    Property Value

    The Bookmark with specified name.
    Exceptions
    ExceptionDescription
    Raises when the bookmark with specified name not found in the collection.
    See Also