[]
Represents autofiltering for the specified worksheet.
public interface IAutoFilter
Returns True if the worksheet is in the AutoFilter filter mode (read-only).
bool FilterMode { get; }
Returns a Filters collection that represents all the filters in an autofiltered range (read-only).
IFilters Filters { get; }
Returns a Range object that represents the range to which the specified AutoFilter applies.
IRange Range { get; }
Gets the sort column or columns, and sort order for the AutoFilter collection.
ISort Sort { get; }
Applies the specified AutoFilter object.
void ApplyFilter()
Displays all the data returned by the AutoFilter object.
void ShowAllData()