warning style, controls how Excel will handle invalid changes.
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public enum ExcelDataValidationWarningStyle |
Visual Basic (Declaration) |
---|
Public Enumeration ExcelDataValidationWarningStyle |
Visual C++ |
---|
public enum class ExcelDataValidationWarningStyle |
Members
Member name | Description | |
---|---|---|
undefined |
warning style will be excluded
| |
stop |
stop warning style, invalid changes will not be accepted
| |
warning |
warning will be presented when an attempt to an invalid change is done, but the change will be accepted.
| |
information |
information warning style.
|