Bookmark.Copy(String) 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.
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.