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