LOTUSSCRIPT/COM/OLE CLASSES


SetEnd method
Example

Defines the end of a range.

Defined in

NotesRichTextRange

Syntax

Call notesRichTextRange.SetEnd( element )

Parameters

element


Usage

Calling this method after calling SetBegin with the same element defines a range containing that element.

Language cross-reference

setEnd method in Java RichTextRange class

Example