Bookmark.Empty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates if the specified bookmark is empty.
public:
property bool Empty { bool get(); };
public bool Empty { get; }
member this.Empty : bool
Public ReadOnly Property Empty As Boolean
Property Value
Remarks
An empty bookmark marks a location (a collapsed selection); it doesn't mark any text.
An error occurs if the specified bookmark doesn't exist. Use the Exists(String) method to determine whether the bookmark exists.