Delete the column in which the caret or selection is positioned.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'deleteCol' column deleting API |
Example:
editor.execCommand('deleteCol');
Delete the column in which the caret or selection is positioned.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'deleteCol' column deleting API |
Example:
editor.execCommand('deleteCol');