[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BookmarkCollection.Insert

Insert Method

Insert(string, RangeLocation)

Inserts a Bookmark into the collection at the specified position.

Declaration
public Bookmark Insert(string name, RangeLocation location)
Parameters
Type Name Description
string name

The new bookmark name.

RangeLocation location

A RangeLocation for insertion.

Returns
Type Description
Bookmark

The inserted Bookmark.