inserts an empty column to the left of the specified one
$$("ssheet").insertColumn(3);
If the column ID isn't specified, a new column will be inserted before the selected one.