Package loci.poi.hssf.util
Class AreaReference
- java.lang.Object
-
- loci.poi.hssf.util.AreaReference
-
public class AreaReference extends Object
-
-
Constructor Summary
Constructors Constructor Description AreaReference(String reference)
Create an area ref from a string representation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellReference[]
getCells()
return the cell references that define this areaint
getDim()
return the dimensions of this areaString
toString()
-
-
-
Constructor Detail
-
AreaReference
public AreaReference(String reference)
Create an area ref from a string representation
-
-
Method Detail
-
getDim
public int getDim()
return the dimensions of this area
-
getCells
public CellReference[] getCells()
return the cell references that define this area
-
-