[]
Gets an IAutoFilter object if filtering is on.
IAutoFilter AutoFilter { get; }
ReadOnly Property AutoFilter As IAutoFilter
Type | Description |
---|---|
IAutoFilter | An IAutoFilter object represents the filter of this IWorksheet object. |
The property returns Nothing if filtering is off.
To create an IAutoFilter object for a worksheet, you must turn auto-filtering on for a range on the worksheet either manually or using the AutoFilter(bool, bool) method of the IRange object.