window.Asc.plugin.executeMethod("RemoveContentControl", callback)
Defines the method that allows removing the currently selected content control retaining all its contents.
This method should be used in the following way:
window.Asc.plugin.executeMethod("RemoveContentControl");
The content control where the mouse cursor is currently positioned will be removed.
The method returns the undefined value.