ComponentOne Word for UWP
Contains(RtfBookmark) Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfBookmarkCollection Class > Contains Method : Contains(RtfBookmark) Method
The bookmark for the Word/RTF document.
Determines whether the Word/RTF bookmark is located within the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal obj As RtfBookmark _
) As System.Boolean
public System.bool Contains( 
   RtfBookmark obj
)

Parameters

obj
The bookmark for the Word/RTF document.

Return Value

true if contains, otherwise false.
See Also

Reference

RtfBookmarkCollection Class
RtfBookmarkCollection Members
Overload List