[]
Inserts a Bookmark into the collection at the specified position.
public Bookmark Insert(string name, RangeLocation location)
Public Function Insert(name As String, location As RangeLocation) As Bookmark
| Type | Name | Description |
|---|---|---|
| string | name | The new bookmark name. |
| RangeLocation | location | A RangeLocation for insertion. |
| Type | Description |
|---|---|
| Bookmark | The inserted Bookmark. |