Uses of Interface
org.apache.poi.ss.usermodel.AutoFilter

Packages that use AutoFilter
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
 

Uses of AutoFilter in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement AutoFilter
 class HSSFAutoFilter
          Represents autofiltering for the specified worksheet.
 

Uses of AutoFilter in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return AutoFilter
 AutoFilter Sheet.setAutoFilter(CellRangeAddress range)
          Enable filtering for a range of cells
 

Uses of AutoFilter in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return AutoFilter
 AutoFilter SXSSFSheet.setAutoFilter(CellRangeAddress range)
          Enable filtering for a range of cells
 

Uses of AutoFilter in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement AutoFilter
 class XSSFAutoFilter
          Represents autofiltering for the specified worksheet.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.