public enum OneConstraintDataValidationOperator : System.Enum
Member | Description |
---|---|
EqualTo | Only 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. |
GreaterThan | Only 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. |
GreaterThanOrEqualTo | Only 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. |
LessThan | Only 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. |
LessThanOrEqualTo | Only 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. |
NotEqualTo | Only 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. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+
Infragistics.Documents.Excel Namespace
OneConstraintDataValidationRule Class
SetConstraint(Double) Method
SetConstraint(TimeSpan) Method
SetConstraint(DateTime) Method
GetConstraintFormula(String) Method
GetConstraintFormula(String,WorkbookFormat,CellReferenceMode,CultureInfo) Method
SetConstraintFormula(String,String) Method
SetConstraintFormula(String,String,WorkbookFormat,CellReferenceMode,CultureInfo) Method
ValidationCriteria Property