Infragistics(R) NetAdvantage(R) WPF
TwoConstraintDataValidationOperator Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : TwoConstraintDataValidationOperator Enumeration

Represents the various operators which can be used when validating the cell value against two constraints.

Syntax

Visual Basic (Declaration) 
Public Enum TwoConstraintDataValidationOperator 
   Inherits System.Enum
C# 
public enum TwoConstraintDataValidationOperator : System.Enum 

Members

MemberDescription
Between Only allows the cell value if it or its text length, depending on the validation criteria, is between the constraints applied to the validation rule. The constraints are inclusive.
NotBetween Only allows the cell value if it or its text length, depending on the validation criteria, is not between the constraints applied to the validation rule. The constraints are exclusive.

See Also