Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BookmarkCollection Class / Insert(String,RangeLocation) Method
The new bookmark name.
A RangeLocation for insertion.

In This Topic
    Insert(String,RangeLocation) Method
    In This Topic
    Inserts a Bookmark into the collection at the specified position.
    Syntax
    'Declaration
     
    Public Function Insert( _
       ByVal name As System.String, _
       ByVal location As RangeLocation _
    ) As Bookmark
    public Bookmark Insert( 
       System.string name,
       RangeLocation location
    )

    Parameters

    name
    The new bookmark name.
    location
    A RangeLocation for insertion.

    Return Value

    The inserted Bookmark.
    See Also