Uses of Class
org.apache.poi.ss.util.AreaReference

Packages that use AreaReference
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
org.apache.poi.ss.util   
 

Uses of AreaReference in org.apache.poi.hssf.record.formula
 

Constructors in org.apache.poi.hssf.record.formula with parameters of type AreaReference
Area3DPtg(AreaReference arearef, int externIdx)
           
AreaPtg(AreaReference areaRef)
           
 

Uses of AreaReference in org.apache.poi.hssf.util
 

Subclasses of AreaReference in org.apache.poi.hssf.util
 class AreaReference
           
 

Uses of AreaReference in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util that return AreaReference
static AreaReference[] AreaReference.generateContiguous(java.lang.String reference)
          Takes a non-contiguous area reference, and returns an array of contiguous area references.
static AreaReference AreaReference.getWholeColumn(java.lang.String start, java.lang.String end)
           
static AreaReference AreaReference.getWholeRow(java.lang.String start, java.lang.String end)