|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.util.AreaReference
public class AreaReference
Constructor Summary | |
---|---|
AreaReference(java.lang.String reference)
Create an area ref from a string representation |
Method Summary | |
---|---|
CellReference[] |
getCells()
return the cell references that define this area |
int |
getDim()
return the dimensions of this area |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AreaReference(java.lang.String reference)
Method Detail |
---|
public int getDim()
public CellReference[] getCells()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |