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

    Parameters

    name
    The bookmark name.
    See Also