Xceed Workbooks for .NET v2.0 Documentation
DataValidationErrorStyle Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : DataValidationErrorStyle Enumeration
Represents the different types of built-in error alerts offered by MS Excel.
Syntax
'Declaration
 
Public Enum DataValidationErrorStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DataValidationErrorStyle
public enum DataValidationErrorStyle : System.Enum 
Members
MemberDescription
InformationInforms 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.
It offers two options: Retry or Cancel.

WarningWarns 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Workbooks.NET.DataValidationErrorStyle

Requirements

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

See Also

Reference

Xceed.Workbooks.NET Namespace