IXlFilterColumns.Remove(XlFilterColumn) Method
Removes the specified column from the collection.
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 be removed from the collection. |
See Also