ComponentOne Word for UWP
AddBookmark Method

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

Parameters

name
The bookmark name.
See Also

Reference

C1WordDocument Class
C1WordDocument Members