remove_a_cell method

remove_a_cell

Removes all validation setting on the cell.

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

See Also