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

Packages that use AreaReference
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.ptg formula package contains binary PTG structures used in Formulas 
org.apache.poi.ss.util   
 

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.formula.ptg
 

Constructors in org.apache.poi.ss.formula.ptg with parameters of type AreaReference
Area2DPtgBase(AreaReference ar)
           
Area3DPtg(AreaReference arearef, int externIdx)
           
AreaPtg(AreaReference areaRef)
           
AreaPtgBase(AreaReference ar)
           
 

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)
           
 



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