Page tree
Skip to end of metadata
Go to start of metadata

캐럿이 위치한 셀을 인자로 받은 row , col 만큼 나눕니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
rowNumber나눌 행 개수
colNumber나눌 열 개수


Example:

editor.execCommand('splitCell', 2, 2);
  • No labels