| java.lang.Object org.apache.poi.hssf.util.CellReference
CellReference | public class CellReference (Code) | | author: Avik Sengupta author: Dennis Doubleday (patch to seperateRowColumns()) |
CellReference | public CellReference(int pRow, int pCol)(Code) | | |
CellReference | public CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)(Code) | | |
getCol | public short getCol()(Code) | | |
getRow | public int getRow()(Code) | | |
isColAbsolute | public boolean isColAbsolute()(Code) | | |
isRowAbsolute | public boolean isRowAbsolute()(Code) | | |
|
|