deletes a column by id
$$("ssheet").deleteColumn(columnId);
If the columnId parameter isn't specified, the method deletes the selected column.