선택된 셀들을 병합합니다Merge the selected cells.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 'mergeCell' cell merging API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('mergeCell'); |
...
선택된 셀들을 병합합니다Merge the selected cells.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 'mergeCell' cell merging API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('mergeCell'); |
...