.

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

JAVA/CORBA CLASSES


RowLabels property
Example

Read-write. Row labels in the table.

Defined in

RichTextTable

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getRowLabels()
   throws NotesException

public void setRowLabels(java.util.Vector labels)
   throws NotesException

Usage

All tables have a row labels property whose elements 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 NotesRichTextTable class

Example
See Also