IXlFilterColumns.Remove(XlFilterColumn) Method
Removes the specified column from the collection.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | XlFilterColumn | An XlFilterColumn object to be removed from the collection. |
See Also