ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / AddBookmark Method
The bookmark name.

In This Topic
    AddBookmark Method
    In This Topic
    Add bookmark (start and end) into this document in next position.
    Syntax
    'Declaration
     
    Public Sub AddBookmark( _
       ByVal name As String _
    ) 
    public void AddBookmark( 
       string name
    )

    Parameters

    name
    The bookmark name.
    See Also