ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfBookmarkEnd Class / RtfBookmarkEnd Constructor
The name of the bookmark.

In This Topic
    RtfBookmarkEnd Constructor
    In This Topic
    The bookmark end object (must be pair - bookmark start).
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public RtfBookmarkEnd( 
       string name
    )

    Parameters

    name
    The name of the bookmark.
    See Also