LOTUSSCRIPT/COM/OLE CLASSES
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
By default the insertion occurs at the end of the item. You can change the insertion point with BeginInsert and EndInsert.
Example See Also