Skip to main content

XlCustomFilters.Second Property

Gets or sets the second filter criterion.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public XlCustomFilterCriteria Second { get; set; }

#Property Value

Type Description
XlCustomFilterCriteria

An XlCustomFilterCriteria object that specifies the filter criterion value and the comparison operator used to construct the filter expression.

See Also