public final class CellReference extends CellReference
CellReference.NameType| Constructor and Description |
|---|
CellReference(int pRow,
int pCol) |
CellReference(int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol) |
CellReference(java.lang.String cellRef)
Create an cell ref from a string representation.
|
CellReference(java.lang.String pSheetName,
int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol) |
cellReferenceIsWithinRange, classifyCellReference, convertColStringToIndex, convertNumToColString, equals, formatAsString, getCellRefParts, getCol, getRow, getSheetName, hashCode, isColAbsolute, isColumnWithinRange, isColumnWithnRange, isPartAbsolute, isRowAbsolute, isRowWithinRange, isRowWithnRange, toStringpublic CellReference(java.lang.String cellRef)
public CellReference(int pRow,
int pCol)
public CellReference(int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol)
public CellReference(java.lang.String pSheetName,
int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol)