AutoFilterColumnCollection Interface
A collection of AutoFilterColumn objects.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface AutoFilterColumnCollection :
ISimpleCollection<AutoFilterColumn>,
IEnumerable<AutoFilterColumn>,
IEnumerable,
ICollection
Related API Members
The following members return AutoFilterColumnCollection objects:
Remarks
The AutoFilterColumnCollection is accessible using the AutoFilterBase.Columns property.
See Also