Determines whether the bookmark with name is located within the collection.
public System.bool Contains(
System.string
)
'Declaration
Public Overloads Function Contains( _
ByVal As System.String _
) As System.Boolean
Parameters
- name
- The text name of the bookmark.
Return Value
True if contains, otherwise false.