Aspose::Cells::ErrorCheckOption::SetErrorCheck method

ErrorCheckOption::SetErrorCheck method

Sets whether given error type will be checked.

void Aspose::Cells::ErrorCheckOption::SetErrorCheck(ErrorCheckType errorCheckType, bool isCheck)
ParameterTypeDescription
errorCheckTypeErrorCheckTypeerror type can be checked.
isCheckbooltrue if given error type needs to be checked(green triangle will be shown for cell if the check failed).

See Also