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