Bookmarks.Add(String, Object) Method

Definition

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.

Applies to