Bookmark.Copy Method
Sets a new bookmark identified by the Name argument to the location marked by the specified Bookmark object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Copy ( _
Name As String _
) As Bookmark
'Usage
Dim instance As Bookmark
Dim Name As String
Dim returnValue As Bookmark
returnValue = instance.Copy(Name)
Bookmark Copy(
string Name
)
Parameters
- Name
Type: System.String
The name of the new bookmark.
Return Value
Type: Microsoft.Office.Interop.Word.Bookmark