ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfBookmarkCollection Class / Remove Method
RTF bookmark for the RTF bookmark.

In This Topic
    Remove Method (RtfBookmarkCollection)
    In This Topic
    Removes the specified RTF bookmark from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal obj As RtfBookmark _
    ) 
    public void Remove( 
       RtfBookmark obj
    )

    Parameters

    obj
    RTF bookmark for the RTF bookmark.
    See Also