Overload | Description |
---|---|
autoFilter(int,Object,AutoFilterOperator,Object,boolean) | Filters a list using the AutoFilter. |
autoFilter(int) | Filters a list using the AutoFilter. |
autoFilter() | Filters a list using the AutoFilter. Add a filter with no condition if there's no filter in the sheet. Or show all the data in the first column of the filter. |
autoFilter(int,Object) | Filters a list using the AutoFilter. |
autoFilter(int,Object,AutoFilterOperator) | Filters a list using the AutoFilter. |
autoFilter(int,Object,AutoFilterOperator,Object) | Filters a list using the AutoFilter. |
autoFilter(boolean,int,Object,AutoFilterOperator,Object,boolean) | Filters a list using the AutoFilter. |
autoFilter(boolean) | Filters a list using the AutoFilter. Add a filter with no condition if there's no filter in the sheet. Or show all the data in the first column of the filter. |
autoFilter(boolean,int) | Filters a list using the AutoFilter. |
autoFilter(boolean,int,Object) | Filters a list using the AutoFilter. |
autoFilter(boolean,int,Object,AutoFilterOperator) | Filters a list using the AutoFilter. |
autoFilter(boolean,int,Object,AutoFilterOperator,Object) | Filters a list using the AutoFilter. |