delete_column method

delete_column

Deletes the specified column

def delete_column(self, column_index):
    ...
ParameterTypeDescription
column_indexintThe zero-based index of the column to delete.

See Also