ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.String _
    )
    public RtfBookmarkEnd( 
       System.string name
    )

    Parameters

    name
    The name of the bookmark.
    See Also