Aspose::Cells::ErrorCheckOption::IsErrorCheck method

ErrorCheckOption::IsErrorCheck method

Checks whether given error type will be checked.

bool Aspose::Cells::ErrorCheckOption::IsErrorCheck(ErrorCheckType errorCheckType)
ParameterTypeDescription
errorCheckTypeErrorCheckTypeerror 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