remove_a_cell method

remove_a_cell

Remove the validation settings in the cell.

def remove_a_cell(self, row, column):
    ...
ParameterTypeDescription
rowintThe row index.
columnintThe column index.

See Also