Uses of Interface
org.apache.poi.ss.usermodel.AutoFilter
-
Packages that use AutoFilter Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of AutoFilter in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement AutoFilter Modifier and Type Class Description classHSSFAutoFilterRepresents autofiltering for the specified worksheet. -
Uses of AutoFilter in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return AutoFilter Modifier and Type Method Description AutoFilterSheet. setAutoFilter(CellRangeAddress range)Enable filtering for a range of cells
-