Version

Search Results

TryGetLowerConstraint(TimeSpan) Method

Tries to obtain the value of the lower constraint. Syntax Parameters value When the method returns, will be the value of the constraint or TimeSpan.Zero if the value could not be obtained. Return Value True if the constraint value could be obtained; False otherwise. Remarks The constraint value can only be obtaine...

TryGetLowerConstraint Method

Tries to obtain the value of the lower constraint. Overload List

TryGetUpperConstraint(DateTime) Method

Tries to obtain the value of the upper constraint. Syntax Parameters value When the method returns, will be the value of the constraint or DateTime.MinValue if the value could not be obtained. Return Value True if the constraint value could be obtained; False otherwise. Remarks The constraint value can only be obt...

TryGetUpperConstraint(Double) Method

Tries to obtain the value of the upper constraint. Syntax Parameters value When the method returns, will be the value of the constraint or 0 if the value could not be obtained. Return Value True if the constraint value could be obtained; False otherwise. Remarks The constraint value can only be obtained if it was ...

TryGetUpperConstraint(TimeSpan) Method

Tries to obtain the value of the upper constraint. Syntax Parameters value When the method returns, will be the value of the constraint or TimeSpan.Zero if the value could not be obtained. Return Value True if the constraint value could be obtained; False otherwise. Remarks The constraint value can only be obtaine...

TryGetUpperConstraint Method

Tries to obtain the value of the upper constraint. Overload List

ValidationOperator Property (TwoConstraintDataValidationRule)

Gets or sets the validation operator to use when comparing the cell value against the constraint values or formulas. Syntax Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException Occurs when the value is not a member of the TwoConstraintDataValidationOperator enumeration. Remarks Depen...

TwoConstraintDataValidationRule Constructor()

Creates a new TwoConstraintDataValidationRule instance. Syntax

TwoConstraintDataValidationRule Constructor(TwoConstraintDataValidationOperator,DataValidationCriteria)

Creates a new TwoConstraintDataValidationRule instance. Syntax Parameters validationOperator The operator to use when comparing the cell value to the constraint values.validationCriteria The criteria to use when validating the cell value. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentEx...