'Declaration
Public Enum ValidationType Inherits System.Enum
'Usage
Dim instance As ValidationType
public enum ValidationType : System.Enum
'Declaration
Public Enum ValidationType Inherits System.Enum
'Usage
Dim instance As ValidationType
public enum ValidationType : System.Enum
Member | Description |
---|---|
AnyValue | Accepts any value. |
Custom | Uses a custom formula. |
Date | Accepts only a date. |
Decimal | Accepts only decimal numbers. |
List | Allows to pick data from a drop-down list. |
TextLength | Restricts the length of the text. |
Time | Accepts only a time-related value. |
WholeNumber | Accepts only whole numbers. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.ValidationType
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