Skip to main content

XlDynamicFilter(XlDynamicFilterType, XlVariantValue, XlVariantValue) Constructor

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlDynamicFilter(
    XlDynamicFilterType dynamicFilterType,
    XlVariantValue value,
    XlVariantValue maxValue
)

Parameters

Name Type Description
dynamicFilterType XlDynamicFilterType

An XlDynamicFilterType enumeration member that specifies the dynamic filter type. This value is assigned to the XlDynamicFilter.DynamicFilterType property.

value XlVariantValue

An XlVariantValue object that specifies a minimum value for a dynamic filter. This value is assigned to the XlDynamicFilter.Value property.

maxValue XlVariantValue

An XlVariantValue object that specifies a maximum value for a dynamic filter. This value is assigned to the XlDynamicFilter.MaxValue property.

See Also