ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.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 Boolean
    public bool Contains( 
       RtfBookmark obj
    )

    Parameters

    obj
    The bookmark for the Word/RTF document.

    Return Value

    true if contains, otherwise false.
    See Also