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