LotusScript ClassesQ-TTTitle (NotesRichTextSection)On this pageTitle (NotesRichTextSection - LotusScript)Read-write. The title of the section. Defined in NotesRichTextSection Data type String Syntax To get: title$ = notesRichTextSection .Title To set: notesRichTextSection .Title = title$ Example