Skip to main content

IXlFilterColumns.Contains(XlFilterColumn) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.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