InsertTableRowBelowCommand Class
A command to insert a row in a table below the selected row.
Declaration
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