Version

OneConstraintDataValidationOperator Enumeration

Represents the various operators which can be used when validating the cell value against a constraint.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also