insert_column_after method

insert_column_after

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

def insert_column_after(self, column_index):
    ...
ParameterTypeDescription
column_indexintIndex of the column after which to insert a new one

See Also