| Status | ||||
|---|---|---|---|---|
|
선택된 셀들의 너비, 높이를 같게 설정합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('cellSizeEqual'); |
...
| Status | ||||
|---|---|---|---|---|
|
선택된 셀들의 너비, 높이를 같게 설정합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('cellSizeEqual'); |
...