Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / DataValidationErrorStyle Enumeration


In This Topic
    DataValidationErrorStyle Enumeration
    In This Topic
    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
    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; 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