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 short getCol()
isRowAbsolute
public boolean isRowAbsolute()
isColAbsolute
public boolean isColAbsolute()
getSheetName
public java.lang.String getSheetName()
setSheetName
protected void setSheetName(java.lang.String sheetName)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.