Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BookmarkCollection Class / Add Method
The new bookmark name.

In This Topic
    Add Method (BookmarkCollection)
    In This Topic
    Adds a Bookmark into the collection at the RangeLocation.Content position.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal name As System.String _
    ) As Bookmark
    public Bookmark Add( 
       System.string name
    )

    Parameters

    name
    The new bookmark name.

    Return Value

    The added Bookmark.
    See Also