Version

TwoConstraintDataValidationRule Class Members

The following tables list the members exposed by TwoConstraintDataValidationRule.

Public Constructors
 NameDescription
Public ConstructorTwoConstraintDataValidationRule ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllowNullGets 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)
Public PropertyErrorMessageDescriptionGets 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)
Public PropertyErrorMessageTitleGets 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)
Public PropertyErrorStyleGets 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)
Public PropertyImeModeGets or sets the description of the Japanese input rules. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyInputMessageDescriptionGets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyInputMessageTitleGets or sets the title in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyShowErrorMessageForInvalidValueGets 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)
Public PropertyShowInputMessageGets 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)
Public PropertyValidationCriteriaGets or sets the criteria to use when validating the cell value against the constraint(s). (Inherited from Infragistics.Documents.Excel.ValueConstraintDataValidationRule)
Public PropertyValidationOperatorGets or sets the validation operator to use when comparing the cell value against the constraint values or formulas.  
Public Methods
 NameDescription
Public MethodCloneCreates a copy of this rule which can be applied to other worksheets. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public MethodGetLowerConstraintFormulaOverloaded. Gets the lower constraint formula used to validate the cell value.  
Public MethodGetUpperConstraintFormulaOverloaded. Gets the upper constraint formula used to validate the cell value.  
Public MethodIsEquivalentToOverridden. Indicates if this rule is structurally equivalent to another.  
Public MethodSetLowerConstraintOverloaded. Sets the lower constraint value used to validate the cell value.  
Public MethodSetLowerConstraintFormulaOverloaded. Gets the lower constraint formula used to validate the cell value.  
Public MethodSetUpperConstraintOverloaded. Sets the upper constraint value used to validate the cell value.  
Public MethodSetUpperConstraintFormulaOverloaded. Gets the upper constraint formula used to validate the cell value.  
Public MethodTryGetLowerConstraintOverloaded. Tries to obtain the value of the lower constraint.  
Public MethodTryGetUpperConstraintOverloaded. Tries to obtain the value of the upper constraint.  
See Also