ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 Integer
    public int Add( 
       RtfBookmark obj
    )

    Parameters

    obj
    The bookmark for the Word/RTF document.

    Return Value

    Index from the collection.
    See Also