Skip to main content
A newer version of this page is available. .

XlDataValidation.Criteria2 Property

Gets or sets the value used in the criterion for data validation.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public XlValueObject Criteria2 { get; set; }

Property Value

Type Description
DevExpress.Export.Xl.XlValueObject

A DevExpress.Export.Xl.XlValueObject object.

Remarks

Use this property to set one of the bounds for the XlDataValidationOperator.Between or XlDataValidationOperator.NotBetween operators. To set the value for other operators, use the XlDataValidation.Criteria1 property.

The content specified by the Criteria2 property can be a formula, a constant, a worksheet cell or range.

See Also