InsertTableCommand Class
In This Article
A command to invoke the Insert Table dialog.
#Declaration
TypeScript
declare class InsertTableCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertTable property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertTableCommand
See Also