ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfBookmarkCollection Class / Add Method
The bookmark for the Word/RTF document.

In This Topic
    Add Method (RtfBookmarkCollection)
    In This Topic
    Adds the Word/RTF bookmark to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal obj As RtfBookmark _
    ) As System.Integer
    public System.int Add( 
       RtfBookmark obj
    )

    Parameters

    obj
    The bookmark for the Word/RTF document.

    Return Value

    Index from the collection.
    See Also