IXlFilterColumns.Contains(XlFilterColumn) Method
Determines whether the collection contains the specified item.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | XlFilterColumn | An XlFilterColumn object to search for. |
Returns
Type | Description |
---|---|
Boolean | true, if the collection contains the specified item; otherwise, false. |
See Also