'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 | Any value is accepted |
Custom | A custom formula is used. |
Date | Only a date is accepted. |
Decimal | Only decimal numbers are accepted. |
List | Data is picked from a drop-down list. |
TextLength | The length of the text is restricted. |
Time | Only a time-related value is accepted. |
WholeNumber | Only whole numbers are accepted. |
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