Bookmark.Empty Property
Returns a value that indicates if the specified bookmark is empty.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Empty As Boolean
Get
'Usage
Dim instance As Bookmark
Dim value As Boolean
value = instance.Empty
bool Empty { get; }
Property Value
Type: System.Boolean
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 method to determine whether the bookmark exists.