Page tree

Versions Compared

Key

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

선택된 셀들을 병합합니다Merge the selected cells.


Parameters:

NameTypeDescription
actionNameString
액션 이름
'mergeCell' cell merging API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('mergeCell');

...