Table of Contents

Enum ExcelDataValidationWarningStyle

Namespace
OfficeOpenXml.DataValidation
Assembly
EPPlus.dll

warning style, controls how Excel will handle invalid changes.

public enum ExcelDataValidationWarningStyle

Fields

information = 3

information warning style.

stop = 1

stop warning style, invalid changes will not be accepted

undefined = 0

warning style will be excluded. Excel will default this to Stop warning style.

warning = 2

warning will be presented when an attempt to an invalid change is done, but the change will be accepted.