insertColumnBefore

insertColumnBefore(int columnIndex) method

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

Returns

void