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