Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BookmarkCollection Class / Contains Method
The bookmark name to find.

In This Topic
    Contains Method (BookmarkCollection)
    In This Topic
    Gets whether the collection contains a bookmark with specified name.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The bookmark name to find.

    Return Value

    true if the collection contains a bookmark with specified name, otherwise false.
    See Also