RowLabels (NotesRichTextTable - LotusScript®)

Read-write. Row labels in the table.

Defined in

NotesRichTextTable

Data type

Array of type String

Syntax

To get: labels = notesRichTextTable .RowLabels

To set: notesRichTextTable .RowLabels = labels

Usage

All tables have a row labels array equal to the number of rows in the table. In the UI the labels are visible only in tabbed tables.

Example