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

In This Topic
    Contains(RtfBookmark) Method
    In This Topic
    Determines whether the Word/RTF bookmark is located within the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal obj As RtfBookmark _
    ) As System.Boolean
    public System.bool Contains( 
       RtfBookmark obj
    )

    Parameters

    obj
    The bookmark for the Word/RTF document.

    Return Value

    true if contains, otherwise false.
    See Also