ExcelDataValidatorErrorStyle Enumeration
Represents the style of the error alert for data validator.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public enum ExcelDataValidatorErrorStyle
| Stop | 0 |
Stop error syle.
|
| Warning | 1 |
Warning error syle.
|
| Information | 2 |
Information error syle.
|