선택된 셀들의 테두리 스타일을 설정합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
style | String | 'none', 'solid', 'dotted', 'dashed', 'double' |
Example:
editor.execCommand('setBorderStyle', 'none'); // 테두리 없음 editor.execCommand('setBorderStyle', 'solid'); // 실선