InsertTableOfTablesCommand Class
In This Article
A command to create a table of tables.
#Declaration
TypeScript
declare class InsertTableOfTablesCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertTableOfTables property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertTableOfTablesCommand
See Also