The following tables list the members exposed by TwoConstraintDataValidationRule.
Name | Description | |
---|---|---|
TwoConstraintDataValidationRule Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowNull | Gets or sets the value which indicates whether a null, or blank, value is allowed to be set on a cell. (Inherited from Infragistics.Documents.Excel.LimitedValueDataValidationRule) | |
ErrorMessageDescription | Gets or sets the description which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
ErrorMessageTitle | Gets or sets the title which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
ErrorStyle | Gets or sets the value which indicates whether the value is allowed when it is invalid and which options are given to the user in the error dialog shown by Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
ImeMode | Gets or sets the description of the Japanese input rules. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
InputMessageDescription | Gets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
InputMessageTitle | Gets or sets the title in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
ShowErrorMessageForInvalidValue | Gets or sets the value which indicates whether the error dialog should appear in Microsoft Excel when invalid data is entered in the cell. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
ShowInputMessage | Gets or sets the value which indicates whether to show the user an input prompt tooltip when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
ValidationCriteria | Gets or sets the criteria to use when validating the cell value against the constraint(s). (Inherited from Infragistics.Documents.Excel.ValueConstraintDataValidationRule) | |
ValidationOperator | Gets or sets the validation operator to use when comparing the cell value against the constraint values or formulas. |
Name | Description | |
---|---|---|
Clone | Creates a copy of this rule which can be applied to other worksheets. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
GetLowerConstraintFormula | Overloaded. Gets the lower constraint formula used to validate the cell value. | |
GetUpperConstraintFormula | Overloaded. Gets the upper constraint formula used to validate the cell value. | |
IsEquivalentTo | Overridden. Indicates if this rule is structurally equivalent to another. | |
SetLowerConstraint | Overloaded. Sets the lower constraint value used to validate the cell value. | |
SetLowerConstraintFormula | Overloaded. Gets the lower constraint formula used to validate the cell value. | |
SetUpperConstraint | Overloaded. Sets the upper constraint value used to validate the cell value. | |
SetUpperConstraintFormula | Overloaded. Gets the upper constraint formula used to validate the cell value. | |
TryGetLowerConstraint | Overloaded. Tries to obtain the value of the lower constraint. | |
TryGetUpperConstraint | Overloaded. Tries to obtain the value of the upper constraint. |