[]
        
(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)
Public Function Insert(name As String, location As RangeLocation) As Bookmark
Parameters
Type Name Description
string name

The new bookmark name.

RangeLocation location

A RangeLocation for insertion.

Returns
Type Description
Bookmark

The inserted Bookmark.