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

XlCustomFilters.First Property

Gets or sets the first filter criterion.

Namespace: DevExpress.Export.Xl

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

Declaration

public XlCustomFilterCriteria First { 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