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. 
 

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

Methods in org.apache.poi.hssf.util that return CellReference
 CellReference[] AreaReference.getAllReferencedCells()
          Returns a reference to every cell covered by this area
 CellReference AreaReference.getFirstCell()
           
 CellReference AreaReference.getLastCell()
          Note - if this area reference refers to a single cell, the return value of this method will be identical to that of getFirstCell()
 

Methods in org.apache.poi.hssf.util with parameters of type CellReference
static boolean AreaReference.isWholeColumnReference(CellReference topLeft, CellReference botRight)
          Is the reference for a whole-column reference, such as C:C or D:G ?
 

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.
 



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