'Declaration
Public Enum RangeConditionType Inherits System.Enum
'Usage
Dim instance As RangeConditionType
public enum RangeConditionType : System.Enum
'Declaration
Public Enum RangeConditionType Inherits System.Enum
'Usage
Dim instance As RangeConditionType
public enum RangeConditionType : System.Enum
Member | Description |
---|---|
Between | The data must be located between the given minimum & maximum values to be validated. |
NotBetween | The data must not be located between the given minimum & maximum values to be validated. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.RangeConditionType
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