FORMULA LANGUAGE


EditInsertTable @Command
Displays the Create Table dialog box, where the user can specify the number of rows and columns in a new table.

Syntax

@Command( [EditInsertTable] )

Usage


This command does not work on the Web.

If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Language cross-reference

AppendTable method of LotusScript NotesRichTextItem class

See Also