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 »

선택된 표의 index 번째 위치에 행을 삽입합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
indexNumber삽입할 위치


Example:

editor.execCommand('insertRow', 1);
editor.execCommand('insertRow', 5);
  • No labels