LOTUSSCRIPT/COM/OLE CLASSES


RowLabels property
Example

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.

Language cross-reference

RowLabels property in Java RichTextTable class

Example
See Also