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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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


Parameters:

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


Example:

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