Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

선택된 셀들의 테두리 두께을 설정합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
widthNumber

테두리 두께 (단위 px)


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('setBorderWidth', 5); // 두께가 5px 인 테두리

...