Skip to main content

XlCustomFilterCriteria.Value Property

Gets or sets the custom filter criteria value.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlVariantValue Value { get; set; }

Property Value

Type Description
XlVariantValue

An XlVariantValue object that specifies the filter value.

Remarks

You can directly use an object of the System.String, System.DateTime, System.Boolean or any numeric type (e.g., System.Int32, System.Double, etc.) as a filter value. The specified value will be implicitly converted to the XlVariantValue object.

Refer to the Filtering article to learn more about how to construct the custom filter criteria to filter data in a worksheet.

See Also