ErrorCheckOption.IsErrorCheck

ErrorCheckOption.IsErrorCheck method

Checks whether given error type will be checked.

public bool IsErrorCheck(ErrorCheckType errorCheckType)
ParameterTypeDescription
errorCheckTypeErrorCheckTypeerror type can be checked

Return Value

return true if given error type will be checked(green triangle will be shown for cell if the check failed).

See Also