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