delete_blank_columns method

delete_blank_columns

Delete all blank columns which do not contain any data.

def delete_blank_columns(self):
    ...

delete_blank_columns

Delete all blank columns which do not contain any data.

def delete_blank_columns(self, options):
    ...
ParameterTypeDescription
optionsDeleteOptionsThe options of deleting range.

See Also