CellReference

java.lang. Object
+Object()
+getClass() :java.lang.Class
+hashCode() :int
+equals(java.lang.Object ) :boolean
#clone() :java.lang.Object
+toString() :java.lang.String
+notify() :void
+notifyAll() :void
+wait(long ) :void
+wait(long , int ) :void
+wait() :void
#finalize() :void
org.apache.poi.hssf.util. CellReference
+CellReference(java.lang.String cellRef)
+CellReference(int pRow, int pCol)
+CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)
+getRow() :int
+getCol() :int
+isRowAbsolute() :boolean
+isColAbsolute() :boolean
+toString() :java.lang.String