LOTUSSCRIPT/COM/OLE CLASSES


BeginSection method
Example

Inserts a section in a rich text item.

Note This method is new with Release 6.

Defined in

NotesRichTextItem

Syntax

Call notesRichTextItem.BeginSection( title, [ titleStyle ], [ barColor ], [ expand ] )

Parameters

title


titleStyle
barColor
expand Usage

By default the insertion occurs at the end of the item. You can change the insertion point with BeginInsert and EndInsert.

Example
See Also