public class CellReference extends Object
Constructor and Description |
---|
CellReference(int pRow,
int pCol) |
CellReference(int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol) |
CellReference(String cellRef) |
Modifier and Type | Method and Description |
---|---|
short |
getCol() |
int |
getRow() |
String |
getSheetName() |
boolean |
isColAbsolute() |
boolean |
isRowAbsolute() |
String |
toString() |
public CellReference(String cellRef)
public CellReference(int pRow, int pCol)
public CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)
Copyright © 2014 Open Microscopy Environment