Filters Interface

Definition

A collection of Filter objects that represents all the filters in an autofiltered range.

public interface class Filters : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024433-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Filters : System.Collections.IEnumerable
Public Interface Filters
Implements IEnumerable
Attributes
Implements

Remarks

Use the Filters property to return the Filters collection.

Use Filters(index), where index is the filter title or index number, to return a single Filter object.

Properties

_Default[Int32]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application. Read-only.

Count

Returns the number of objects in the collection. Read-only Integer.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only XlCreator.

Item[Int32]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object. Read-only.

Methods

GetEnumerator()

Applies to