Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

AutoFilterColumnCollection Interface

A collection of AutoFilterColumn objects.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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

Remarks

The AutoFilterColumnCollection is accessible using the AutoFilterBase.Columns property.

See Also