Interface IAutoFilter
public interface IAutoFilter
Represents autofiltering for the specified worksheet.
-
Method Summary
void
Applies the specified autoFilter object.
boolean
Returns True if the worksheet is in the AutoFilter filter mode.
Returns a Filters collection that represents all the filters in an autofiltered range.
Returns a Range object that represents the range to which the specified autoFilter applies.
Gets the sort column or columns, and sort order for the AutoFilter collection.
void
Displays all the data returned by the autoFilter object.
-
Method Details
-
getFilterMode
boolean getFilterMode()
Returns True if the worksheet is in the AutoFilter filter mode.
-
getFilters
Returns a Filters collection that represents all the filters in an autofiltered range.
-
getRange
Returns a Range object that represents the range to which the specified autoFilter applies.
-
applyFilter
void applyFilter()
Applies the specified autoFilter object.
-
showAllData
void showAllData()
Displays all the data returned by the autoFilter object.
-
getSort
Gets the sort column or columns, and sort order for the AutoFilter collection.