Uses of Class
org.apache.poi.hssf.util.CellReference

Packages that use CellReference
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.formula This package contains common internal POI code for manipulating formulas. 
 

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

Constructors in org.apache.poi.hssf.util with parameters of type CellReference
AreaReference(CellReference topLeft, CellReference botRight)
          Creates an area ref from a pair of Cell References.
 

Uses of CellReference in org.apache.poi.ss.formula
 

Methods in org.apache.poi.ss.formula that return CellReference
 CellReference Formula.getExpReference()
          Gets the locator for the corresponding SharedFormulaRecord, ArrayRecord or TableRecord if this formula belongs to such a grouping.