Range.PreviousBookmarkID Property

Returns the number of the last bookmark that starts before or at the same place as the specified range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property PreviousBookmarkID As Integer
    Get
'Usage
Dim instance As Range
Dim value As Integer

value = instance.PreviousBookmarkID
int PreviousBookmarkID { get; }

Property Value

Type: System.Int32

Remarks

The PreviousBookmarkID property returns 0 (zero) if there's no corresponding bookmark.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace