Skip to main content
A newer version of this page is available. .
Row

AutoFilterColumnCollection Interface

A collection of AutoFilterColumn objects.

Namespace: DevExpress.Spreadsheet

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

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