Bookmarks.Add(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a bookmark to a range.
public Microsoft.Office.Interop.Word.Bookmark Add (string Name, ref object Range);
abstract member Add : string * obj -> Microsoft.Office.Interop.Word.Bookmark
Public Function Add (Name As String, Optional ByRef Range As Object) As Bookmark
Parameters
- Name
- String
The name of the bookmark. The name cannot be more than one word.
- Range
- Object
The range of text marked by the bookmark. A bookmark can be set to a collapsed range (the insertion point).
Returns
A Bookmark object that represents the bookmark added to the range.