'Declaration
Public Enum DataComparisonType Inherits System.Enum
'Usage
Dim instance As DataComparisonType
public enum DataComparisonType : System.Enum
'Declaration
Public Enum DataComparisonType Inherits System.Enum
'Usage
Dim instance As DataComparisonType
public enum DataComparisonType : System.Enum
Member | Description |
---|---|
Between | To be valid, the data entered by the user must be between the MinValue & MaxValue. |
Equal | To be valid, the data entered by the user must be equal to the Value. |
GreaterThan | To be valid, the data entered by the user must be greater than the Value. |
GreaterThanOrEqual | To be valid, the data entered by the user must be greater than or equal to the Value. |
LessThan | To be valid, the data entered by the user must be less than the Value. |
LessThanOrEqual | To be valid, the data entered by the user must be less than or equal to the Value. |
NotBetween | To be valid, the data entered by the user must not be between the MinValue & the MaxValue. |
NotEqual | To be valid, the data entered by the user must not be the same as the Value. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.DataComparisonType
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