Skip to main content
Row

AutoFilterColumnCollection Interface

A collection of AutoFilterColumn objects.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface AutoFilterColumnCollection :
    ISimpleCollection<AutoFilterColumn>,
    IEnumerable<AutoFilterColumn>,
    IEnumerable,
    ICollection

The following members return AutoFilterColumnCollection objects:

Remarks

The AutoFilterColumnCollection is accessible using the AutoFilterBase.Columns property.

See Also