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

XlTop10Filter(Double) Constructor

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

Namespace: DevExpress.Export.Xl

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

Declaration

public XlTop10Filter(
    double filterValue
)

Parameters

Name Type Description
filterValue Double

A Double value that is the actual cell value used by the filter to perform the comparison. This value is assigned to the XlTop10Filter.FilterValue property.

Remarks

This constructor enables you to quickly create a filter criterion that shows the top 10 items in the filtered column.

If you wish to change the default filter settings, use the following properties of the XlTop10Filter object:

See Also