Enum ExcelDataValidationWarningStyle
warning style, controls how Excel will handle invalid changes.
Namespace: OfficeOpenXml.DataValidation
Assembly: EPPlus.dll
Syntax
public enum ExcelDataValidationWarningStyle
Fields
Name | Description |
---|---|
information | information warning style. |
stop | stop warning style, invalid changes will not be accepted |
undefined | warning style will be excluded |
warning | warning will be presented when an attempt to an invalid change is done, but the change will be accepted. |