getBookmark Method | Internet Development Index |
Retrieves a bookmark (opaque string) that can be used with moveToBookmark to return to the same range.
Syntax
sBookmark = TextRange.getBookmark()
Return Value
String. Returns the bookmark if successfully retrieved, or null otherwise.
Remarks
This feature might not be available on non-Microsoft® Win32® platforms.
Standards Information
There is no public standard that applies to this method.
Applies To
TextRange