Bookmark.Copy(String) Method

Definition

Sets a new bookmark identified by the Name argument to the location marked by the specified Bookmark object.

public:
 Microsoft::Office::Interop::Word::Bookmark ^ Copy(System::String ^ Name);
public Microsoft.Office.Interop.Word.Bookmark Copy (string Name);
abstract member Copy : string -> Microsoft.Office.Interop.Word.Bookmark
Public Function Copy (Name As String) As Bookmark

Parameters

Name
String

The name of the new bookmark.

Returns

Applies to