.

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


Style property
Example

Read-write. The table color style. Use this property in conjunction with Color and AlternateColor.

Defined in

NotesRichTextTable

Data type

Constant of type Integer

Syntax

To get: tableStyle% = notesRichTextTable.Style

To set: notesRichTextTable.Style = tableStyle%

Legal values


Usage

The default style for new tables is TABLESTYLE_NONE.

Language cross-reference

Style property in Java RichTextTable class

Example
See Also