XlCustomFilterCriteria.Value Property
In This Article
Gets or sets the custom filter criteria value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlVariantValue Value { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
#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