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

Delete the column in which the caret or selection is positioned.


Parameters:

NameTypeDescription
actionNameString'deleteCol' column deleting API


Example:

editor.execCommand('deleteCol');
  • No labels