Package loci.poi.hssf.util
Class CellReference
java.lang.Object
loci.poi.hssf.util.CellReference
- Author:
- Avik Sengupta, Dennis Doubleday (patch to seperateRowColumns())
-
Constructor Summary
ConstructorsConstructorDescriptionCellReference(int pRow, int pCol) CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol) CellReference(String cellRef) -
Method Summary
-
Constructor Details
-
CellReference
-
CellReference
public CellReference(int pRow, int pCol) -
CellReference
public CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)
-
-
Method Details