Set border style for the selected cells
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'setBorderStyle' cell border style setting API |
| style | String | 'none', 'solid', 'dotted', 'dashed', 'double' |
Example:
editor.execCommand('setBorderStyle', 'none'); // border none
editor.execCommand('setBorderStyle', 'solid'); // solid line