insertColumn

inserts an empty column to the left of the specified one

void insertColumn(number|array columnId);
columnIdnumber|arraythe column id(s)

Example

$$("ssheet").insertColumn(3);

Details

If the column ID isn't specified, a new column will be inserted before the selected one.The method can accept an array of ids as a parameter:

$$("ssheet").insertColumn([5, 7]) // inserts columns 5, 6, 7
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of javascript spreadsheet library product.