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