[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BookmarkCollection.Contains

Contains Method

Contains(string)

Gets whether the collection contains a bookmark with specified name.

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
Type Name Description
string name

The bookmark name to find.

Returns
Type Description
bool

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