'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.