'Declaration Public Enum OneConstraintDataValidationOperator Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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
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