'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.
'Declaration Public Overloads Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )