insert_column method

insert_column

Inserts a new column into the worksheet.

def insert_column(self, column_index):
    ...
ParameterTypeDescription
column_indexintColumn index.

insert_column

Inserts a new column into the worksheet.

def insert_column(self, column_index, update_reference):
    ...
ParameterTypeDescription
column_indexintColumn index.
update_referenceboolIndicates if references in other worksheets will be updated.

See Also