C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 String _
) As Boolean
 

Parameters

name
The text name of the bookmark.

Return Value

True if contains, otherwise false.
See Also