선택된 행들의 높이를 같게 설정합니다.Equalize the height of the selected rows
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'rowHeightEqual' row height equalizing API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('rowHeightEqual'); |
...
선택된 행들의 높이를 같게 설정합니다.Equalize the height of the selected rows
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'rowHeightEqual' row height equalizing API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('rowHeightEqual'); |
...