'Declaration
Public Enum DataValidationErrorStyle Inherits System.Enum
'Usage
Dim instance As DataValidationErrorStyle
public enum DataValidationErrorStyle : System.Enum
'Declaration
Public Enum DataValidationErrorStyle Inherits System.Enum
'Usage
Dim instance As DataValidationErrorStyle
public enum DataValidationErrorStyle : System.Enum
Member | Description |
---|---|
Information | Informs users that the data they entered is invalid, without preventing them from entering it. The users can click Ok to accept the invalid value or Cancel to reject it. |
Stop | A Stop alert message prevents users from entering invalid data in a Cell. |
Warning | Warns users that the data they entered is invalid, without preventing them from entering it. The users can click Yes to accept the invalid entry, No to edit the invalid entry or Cancel to remove the invalid entry. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.DataValidationErrorStyle
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2