ComponentOne Word for UWP
AddBookmarkEnd Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : AddBookmarkEnd Method
The bookmark name.
Add end bookmark into this document in next position.
Syntax
'Declaration
 
Public Function AddBookmarkEnd( _
   ByVal name As System.String _
) As RtfBookmarkEnd
public RtfBookmarkEnd AddBookmarkEnd( 
   System.string name
)

Parameters

name
The bookmark name.

Return Value

The Word/RTF bookmark end object.
See Also

Reference

C1WordDocument Class
C1WordDocument Members