Bookmarks.Exists(String) Method

Definition

Determines whether the specified bookmark exists.

public:
 bool Exists(System::String ^ Name);
public bool Exists (string Name);
abstract member Exists : string -> bool
Public Function Exists (Name As String) As Boolean

Parameters

Name
String

A bookmark name.

Returns

True if the specified bookmark exists, False if not.

Applies to