set_error_check method

set_error_check

Sets whether given error type will be checked.

def set_error_check(self, error_check_type, is_check):
    ...
ParameterTypeDescription
error_check_typeErrorCheckTypeerror type can be checked.
is_checkbooltrue if given error type needs to be checked(green triangle will be shown for cell if the check failed).

See Also