[]
Represents a collection of Filter objects that represents all the filters in an autofiltered range.
public interface IFilters
Returns the number of objects in the collection (read-only).
int Count { get; }
Get the filter by index.
IFilter this[int index] { get; }
index
int