insertColumnBefore

insertColumnBefore(int columnIndex) function

Insert a new column before the specified one Initially all elements in the new column are null.

Parameters

NameTypeDescription
columnIndexintIndex of the column before which to insert a new one