SpreadsheetGear 2017
ValidationAlertStyle Enumeration






SpreadsheetGear Namespace : ValidationAlertStyle Enumeration
Represents the alert style to be used when data validation fails and displays an alert.
Syntax
'Declaration
 
Public Enum ValidationAlertStyle 
   Inherits System.Enum
'Usage
 
Dim instance As ValidationAlertStyle
public enum ValidationAlertStyle : System.Enum 
public enum ValidationAlertStyle = class(System.Enum)
public enum ValidationAlertStyle extends System.Enum
__value public enum ValidationAlertStyle : public System.Enum 
public enum class ValidationAlertStyle : public System.Enum 
Members
MemberDescription
InformationSpecifies that the alert should be displayed with the information style.
StopSpecifies that the alert should be displayed with the stop style.
WarningSpecifies that the alert should be displayed with the warning style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.ValidationAlertStyle

Requirements

Target Platforms: 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

SpreadsheetGear Namespace
AlertStyle Property
Validation Property