ComponentOne Word for UWP
Contains(String) Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfBookmarkCollection Class > Contains Method : Contains(String) Method
The text name of the bookmark.
Determines whether the bookmark with name is located within the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name
)

Parameters

name
The text name of the bookmark.

Return Value

True if contains, otherwise false.
See Also

Reference

RtfBookmarkCollection Class
RtfBookmarkCollection Members
Overload List