Version

OneConstraintDataValidationOperator Enumeration

Represents the various operators which can be used when validating the cell value against a constraint.
Syntax
'Declaration
 
Public Enum OneConstraintDataValidationOperator 
   Inherits System.Enum
public enum OneConstraintDataValidationOperator : System.Enum 
Members
MemberDescription
EqualToOnly allows the cell value if it or its text length, depending on the validation criteria, is equal to the constraint applied to the validation rule.
GreaterThanOnly allows the cell value if it or its text length, depending on the validation criteria, is greater than the constraint applied to the validation rule.
GreaterThanOrEqualToOnly allows the cell value if it or its text length, depending on the validation criteria, is greater than or equal to the constraint applied to the validation rule.
LessThanOnly allows the cell value if it or its text length, depending on the validation criteria, is less than the constraint applied to the validation rule.
LessThanOrEqualToOnly allows the cell value if it or its text length, depending on the validation criteria, is less than or equal to the constraint applied to the validation rule.
NotEqualToOnly allows the cell value if it or its text length, depending on the validation criteria, is not equal to the constraint applied to the validation rule.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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