SpreadsheetGear 2017
ValidationOperator Enumeration






SpreadsheetGear Namespace : ValidationOperator Enumeration
Represents the operator to be used with data validation types which require an operator.
Syntax
'Declaration
 
Public Enum ValidationOperator 
   Inherits System.Enum
'Usage
 
Dim instance As ValidationOperator
public enum ValidationOperator : System.Enum 
public enum ValidationOperator = class(System.Enum)
public enum ValidationOperator extends System.Enum
__value public enum ValidationOperator : public System.Enum 
public enum class ValidationOperator : public System.Enum 
Members
MemberDescription
BetweenSpecifies that the entered value must be between the values specified by Formula1 and Formula2.
DefaultSpecifies the default operator (Between).
EqualSpecifies that the entered value must be equal to the value specified by Formula1.
GreaterSpecifies that the entered value must be greater than the value specified by Formula1.
GreaterEqualSpecifies that the entered value must be greater than or equal to the value specified by Formula1.
LessSpecifies that the entered value must be less than the value specified by Formula1.
LessEqualSpecifies that the entered value must be less than or equal to the value specified by Formula1.
NotBetweenSpecifies that the entered value must not be between the values specified by Formula1 and Formula2.
NotEqualSpecifies that the entered value must not be equal to the value specified by Formula1.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.ValidationOperator

Requirements

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

See Also

Reference

SpreadsheetGear Namespace
Operator Property
Validation Property