SetEnd (NotesRichTextRange - LotusScript®)
Defines the end of a range.
Defined in
Syntax
Call notesRichTextRange .SetEnd( element )
Parameters
element
NotesRichTextDocLink, NotesRichTextNavigator, NotesRichTextRange, or NotesRichTextTable. The element that ends the range. For NotesRichTextNavigator, this is the current position. For other elements, this is the position of the element.
Usage
Calling this method after calling SetBegin with the same element defines a range containing that element.