Partager via


Selection.PreviousBookmarkID Property

Returns the number of the last bookmark that starts before or at the same place as the specified selection or returns 0 (zero) if there's no corresponding bookmark.

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 Selection
Dim value As Integer

value = instance.PreviousBookmarkID
int PreviousBookmarkID { get; }

Property Value

Type: System.Int32

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace