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):
...
Parameter | Type | Description |
---|---|---|
error_check_type | ErrorCheckType | error type can be checked. |
is_check | bool | true if given error type needs to be checked(green triangle will be shown for cell if the check failed). |
See Also
- module
aspose.cells
- class
ErrorCheckOption