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

XlCustomFilters.And Property

Gets or sets a value indicating whether the logical AND operator should be used to combine two filter criteria.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool And { get; set; }

Property Value

Type Description
Boolean

true, to use the AND operator; otherwise, false. If false, the OR operator is used.

See Also