insertColumnBefore
insertColumnBefore(int columnIndex) function
Insert a new column before the specified one Initially all elements in the new column are null.
Parameters
Name | Type | Description |
---|---|---|
columnIndex | int | Index of the column before which to insert a new one |