Version

TwoConstraintDataValidationRule Class Methods

For a list of all members of this type, see TwoConstraintDataValidationRule members.

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