.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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