ExcelDataValidatorErrorStyle Enumeration |
Represents the style of the error alert for data validator.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelDataValidatorErrorStyle
Public Enumeration ExcelDataValidatorErrorStyle
Members
| Member name | Value | Description |
---|
| Stop | 0 |
Stop error syle.
|
| Warning | 1 |
Warning error syle.
|
| Information | 2 |
Information error syle.
|
See Also