'Declaration
Public Enum ValidationOperator Inherits System.Enum
'Usage
Dim instance As ValidationOperator
public enum ValidationOperator : System.Enum
'Declaration
Public Enum ValidationOperator Inherits System.Enum
'Usage
Dim instance As ValidationOperator
public enum ValidationOperator : System.Enum
Member | Description |
---|---|
Between | Specifies that the entered value must be between the values specified by Formula1 and Formula2. |
Default | Specifies the default operator (Between). |
Equal | Specifies that the entered value must be equal to the value specified by Formula1. |
Greater | Specifies that the entered value must be greater than the value specified by Formula1. |
GreaterEqual | Specifies that the entered value must be greater than or equal to the value specified by Formula1. |
Less | Specifies that the entered value must be less than the value specified by Formula1. |
LessEqual | Specifies that the entered value must be less than or equal to the value specified by Formula1. |
NotBetween | Specifies that the entered value must not be between the values specified by Formula1 and Formula2. |
NotEqual | Specifies that the entered value must not be equal to the value specified by Formula1. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.ValidationOperator
Target Platforms: 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