LOTUSSCRIPT/COM/OLE CLASSES


SetColor method
Example

Sets the table color.

Defined in

NotesRichTextTable

Syntax

Call notesRichTextTable.SetColor( color )

Parameters

color


Usage

See Color to examine the alternate color.

Use this property in conjunction with Style.

The default alternate color for new tables is COLOR_LIGHT_GRAY (15).

Language cross-reference

setColor method in Java RichTextTable class

Example
See Also