DeleteTableCellsWithShiftVerticallyCommand.execute Method
Executes the DeleteTableCellsWithShiftVerticallyCommand command.
Declaration
execute(): boolean
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.deleteTableCellsWithShiftVertically.execute();
See Also