is_error_check method
is_error_check(self, error_check_type)
Checks whether given error type will be checked.
Returns
return true if given error type will be checked(green triangle will be shown for cell if the check failed).
def is_error_check(self, error_check_type):
...
| Parameter | Type | Description |
|---|---|---|
| error_check_type | aspose.cells.ErrorCheckType | error type can be checked |
See Also
- module
aspose.cells - class
ErrorCheckOption