Aspose::Cells::ErrorCheckOption::IsErrorCheck method
ErrorCheckOption::IsErrorCheck method
Checks whether given error type will be checked.
bool Aspose::Cells::ErrorCheckOption::IsErrorCheck(ErrorCheckType errorCheckType)
Parameter | Type | Description |
---|---|---|
errorCheckType | ErrorCheckType | error type can be checked |
ReturnValue
return true if given error type will be checked(green triangle will be shown for cell if the check failed).
See Also
- Class Vector
- Enum ErrorCheckType
- Class ErrorCheckOption
- Namespace Aspose::Cells
- Library Aspose.Cells for C++