SetBegin (NotesRichTextRange - LotusScript®)

Defines the beginning of a range.

Defined in

NotesRichTextRange

Syntax

Call notesRichTextRange .SetBegin( element )

Parameters

element

NotesRichTextDocLink, NotesRichTextNavigator, NotesRichTextRange, or NotesRichTextTable. The element that begins the range. For NotesRichTextNavigator, this is the current position. For other elements, this is the position of the element.

Language cross-reference

setBegin method in Java RichTextRange class

Example