'Declaration
Public Enum SingleConditionType Inherits System.Enum
'Usage
Dim instance As SingleConditionType
public enum SingleConditionType : System.Enum
'Declaration
Public Enum SingleConditionType Inherits System.Enum
'Usage
Dim instance As SingleConditionType
public enum SingleConditionType : System.Enum
Member | Description |
---|---|
Equal | The data must be equal to the given value in order to be validated. |
GreaterThan | The data must be greater than the given value in order to be validated. |
GreaterThanOrEqual | The data must be greater than the given value or equal to it in order to be validated. |
LessThan | The data must be less than the given value in order to be validated. |
LessThanOrEqual | The data must be less than the given value or equal to it in order to be validated. |
NotEqual | The data must not correspond to the given value in order to be validated. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.SingleConditionType
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