Click or drag to resize

IAutoFilters Interface

Represents a collection of Autofilters.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IAutoFilters : IExcelApplication

The IAutoFilters type exposes the following members.

Properties
Name Description
Public property Count
Number of columns to be filtered. Read-only.
Public property Item
Returns single autofilter object by column index. Read-only.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Public property Range
Range to be filtered.
Top
See Also