insertColumnAfter

insertColumnAfter(int columnIndex) method

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

Parameters

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

Returns

void