선택된 표의 index
번째 위치에 열을 삽입합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
index | Number | 삽입할 위치 |
Example:
editor.execCommand('insertCol', 1); editor.execCommand('insertCol', 5);
선택된 표의 index
번째 위치에 열을 삽입합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
index | Number | 삽입할 위치 |
Example:
editor.execCommand('insertCol', 1); editor.execCommand('insertCol', 5);