get_value method

get_value(self, row, column, is_value1)

Get the value of validation on the specific cell.

Returns


def get_value(self, row, column, is_value1):
    ...
ParameterTypeDescription
rowintThe row index.
columnintThe column index.
is_value1boolIndicates whether getting the first value.

See Also