C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfBookmarkCollection Class / Contains Method / Contains(RtfBookmark) Method
The bookmark for the Word/RTF document.

In This Topic
Contains(RtfBookmark) Method
In This Topic
Determines whether the Word/RTF bookmark is located within the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal obj As RtfBookmark _
) As Boolean
 

Parameters

obj
The bookmark for the Word/RTF document.

Return Value

true if contains, otherwise false.
See Also