insert_column_before method

insert_column_before

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

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

See Also