org.apache.poi.hssf.util
Class CellReference
java.lang.Object
|
+--org.apache.poi.hssf.util.CellReference
- public class CellReference
- extends java.lang.Object
- Author:
- Avik Sengupta, Dennis Doubleday (patch to seperateRowColumns())
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CellReference
public CellReference(java.lang.String cellRef)
CellReference
public CellReference(int pRow,
int pCol)
CellReference
public CellReference(int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol)
getRow
public int getRow()
getCol
public int getCol()
isRowAbsolute
public boolean isRowAbsolute()
isColAbsolute
public boolean isColAbsolute()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003 Apache jakarta-poi project. All Rights Reserved.