Skip to main content

IXlFilterColumns.Remove(XlFilterColumn) Method

Removes the specified column from the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

void Remove(
    XlFilterColumn column
)

Parameters

Name Type Description
column XlFilterColumn

An XlFilterColumn object to be removed from the collection.

See Also