get_validation_in_cell metod

get_validation_in_cell(row, column)

Får valideringen tillämpad på given cell.

Returnerar

Returnerar ett Validation-objekt eller null om det inte finns någon validering för en given cell

def get_validation_in_cell(self, row, column):
    ...
ParameterTypBeskrivning
rowintRadindex.
columnintKolumnindex.

Se även