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

IXlFilterColumns.Contains(XlFilterColumn) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

bool Contains(
    XlFilterColumn column
)

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