Click or drag to resize

ExcelDataValidatorErrorStyle Enumeration

Represents the style of the error alert for data validator.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelDataValidatorErrorStyle
Members
Member nameValueDescription
Stop0 Stop error syle.
Warning1 Warning error syle.
Information2 Information error syle.
See Also