Skip to main content

XlCustomFilters(XlCustomFilterCriteria, XlCustomFilterCriteria, Boolean) Constructor

Initializes a new instance of the XlCustomFilters class with the specified settings.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCustomFilters(
    XlCustomFilterCriteria first,
    XlCustomFilterCriteria second,
    bool and
)

Parameters

Name Type Description
first XlCustomFilterCriteria

An XlCustomFilterCriteria object that specifies the first filter criterion. This value is assigned to the XlCustomFilters.First property.

second XlCustomFilterCriteria

An XlCustomFilterCriteria object that specifies the second filter criterion. This value is assigned to the XlCustomFilters.Second property.

and Boolean

A Boolean value indicating whether the logical operator "AND" should be used to combine two filter criteria. If false, the "OR" operator is used. This value is assigned to the XlCustomFilters.And property.

See Also