ErrorCheckOption.SetErrorCheck

ErrorCheckOption.SetErrorCheck method

Sets whether given error type will be checked.

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

See Also