InsertTableRowBelowCommand Class
In This Article
A command to insert a row in a table below the selected row.
#Declaration
TypeScript
declare class InsertTableRowBelowCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertTableRowBelow property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertTableRowBelowCommand
See Also