get_validation_in_cell method

get_validation_in_cell

Gets the validation applied to given cell.

Returns

Returns a Validation object or null if there is no validation for given cell

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

See Also