ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfBookmarkCollection Class / Contains Method / Contains(String) Method
The text name of the bookmark.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether the bookmark with name is located within the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The text name of the bookmark.

    Return Value

    True if contains, otherwise false.
    See Also