insert_columns method

insert_columns

Inserts some columns into the worksheet.

def insert_columns(self, column_index, total_columns):
    ...
ParameterTypeDescription
column_indexintColumn index.
total_columnsintThe number of columns.

insert_columns

Inserts some columns into the worksheet.

def insert_columns(self, column_index, total_columns, update_reference):
    ...
ParameterTypeDescription
column_indexintColumn index.
total_columnsintThe number of columns.
update_referenceboolIndicates if references in other worksheets will be updated.

See Also