LOTUSSCRIPT/COM/OLE CLASSES
Inserts a table in a rich text item. The table text takes the current style of the item.
Note This method is new with Release 6.
Defined in
NotesRichTextItem
Syntax
Call notesRichTextItem.AppendTable( rows%, columns% [, labels] [, leftMargin&] [, rtpsStyleArray] )
Parameters
rows%
By default the insertion occurs at the end of the item. You can change the insertion point with BeginInsert and EndInsert.
The NotesRichTextTable class represents a table.
Language cross-reference
appendTable method in Java RichTextItem class
EditInsertTable @command in formula language
Example See Also