C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddBookmarkEnd Method
The bookmark name.

In This Topic
AddBookmarkEnd Method
In This Topic
Add end bookmark into this document in next position.
Syntax
'Declaration
 
Public Function AddBookmarkEnd( _
   ByVal name As String _
) As RtfBookmarkEnd
 

Parameters

name
The bookmark name.

Return Value

The Word/RTF bookmark end object.
See Also