Skip to main content

NotesRichTextTable

Properties

NameDescription
AlternateColorRead-only. The alternate table color when the style uses two colors.
ColorRead-only. The primary table color.
ColumnCount (NotesRichTextTable)Read-only. Number of columns in the table.
RightToLeftRead-write. Whether the reading order of the table is right to left.
RowCountRead-only. Number of rows in the table.
RowLabelsRead-write. Row labels in the table.
Style (NotesRichTextTable)Read-write. The table color style. Use this property in conjunction with Color and AlternateColor.

Methods

NameDescription
AddRowAdds rows to a table.
Remove (NotesRichTextTable)Removes the table.
RemoveRowRemoves rows from a table.
SetAlternateColorSets the alternate table color.
SetColorSets the table color.

Examples

NameDescription
Examples: AlternateColor propertyThis agent gets the alternate table color of the first or only table in an item.
Examples: ColumnCount property (NotesRichTextTable)This agent gets the first or only table in the Body field of the current document and displays its column count.
Examples: Remove method (NotesRichTextTable)This agent removes the first or only table in the Body field of the current document.
Examples: Style property (NotesRichTextTable)1. This agent gets the table style of the first or only table in an item.