PreviousBookmark Method (Selection Object)¶
Moves to the previous bookmark in the document. Returns true if the previous bookmark is found, or false if not. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
bFound = document.selection.PreviousBookmark();
[VBScript]¶
bFound = document.selection.PreviousBookmark
Return Values¶
Version¶