delete_column method

delete_column

Deletes a column.

def delete_column(self, column_index):
    ...
ParameterTypeDescription
column_indexintIndex of the column to be deleted.

delete_column

Deletes a column.

def delete_column(self, column_index, update_reference):
    ...
ParameterTypeDescription
column_indexintIndex of the column to be deleted.
update_referenceboolIndicates whether update references in other worksheets.

See Also