[]
        
(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)
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.