The following tables list the members exposed by OneConstraintDataValidationRule.
Name | Description | |
---|---|---|
OneConstraintDataValidationRule 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) | |
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 value or formula. |
Name | Description | |
---|---|---|
Clone | Creates a copy of this rule which can be applied to other worksheets. (Inherited from Infragistics.Documents.Excel.DataValidationRule) | |
GetConstraintFormula | Overloaded. Gets the constraint formula used to validate the cell value. | |
IsEquivalentTo | Overridden. Indicates if this rule is structurally equivalent to another. | |
SetConstraint | Overloaded. Sets the constraint value used to validate the cell value. | |
SetConstraintFormula | Overloaded. Sets the constraint formula used to validate the cell value. | |
TryGetConstraint | Overloaded. Tries to obtain the value of the constraint. |