XlCustomFilters.And Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to use the AND operator; otherwise, false. If false, the OR operator is used. |
See Also