Back to Devexpress

AutoFilterColumnCollection Interface

officefileapi-devexpress-dot-spreadsheet-5804574c.md

latest1.5 KB
Original Source

AutoFilterColumnCollection Interface

A collection of AutoFilterColumn objects.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface AutoFilterColumnCollection :
    ISimpleCollection<AutoFilterColumn>,
    IEnumerable<AutoFilterColumn>,
    IEnumerable,
    ICollection
vb
Public Interface AutoFilterColumnCollection
    Inherits ISimpleCollection(Of AutoFilterColumn),
             IEnumerable(Of AutoFilterColumn),
             IEnumerable,
             ICollection

The following members return AutoFilterColumnCollection objects:

Remarks

The AutoFilterColumnCollection is accessible using the AutoFilterBase.Columns property.

See Also

AutoFilterColumnCollection Members

DevExpress.Spreadsheet Namespace