LOTUSSCRIPT/COM/OLE CLASSES


Title property
Example

Read-write. The title of the section.

Defined in

NotesRichTextSection

Data type

String

Syntax

To get: title$ = notesRichTextSection.Title

To set: notesRichTextSection.Title = title$

Language cross-reference

Title property in Java RichTextSection class

Example
See Also