LOTUSSCRIPT/COM/OLE CLASSES


SetAlternateColor method
Example

Sets the alternate table color.

Defined in

NotesRichTextTable

Syntax

Call notesRichTextTable.SetAlternateColor( color )

Parameters

color


Usage

See Color to examine the color.

Use this property in conjunction with Style.

The default alternate color for new tables is COLOR_GRAY (14).

Language cross-reference

setAlternateColor method in Java RichTextTable class

Example
See Also