get_validation_in_cell metod

get_validation_in_cell(self, row, column)

Hämtar valideringen tillämpad på given cell.

Returnerar

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


def get_validation_in_cell(self, row, column):
    ...
ParameterTypBeskrivning
rowintRadindexet.
columnintKolumnindexet.

Se även