CellReference instead.
Actually the replacement CellReference was added earlier, but the deprecation notice
was added only in 4.0.0-SNAPSHOT.public final class CellReference extends CellReference
CellReference.NameType| Constructor and Description |
|---|
CellReference(int pRow,
int pCol)
Deprecated.
|
CellReference(int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol)
Deprecated.
|
CellReference(java.lang.String cellRef)
Deprecated.
Create an cell ref from a string representation.
|
CellReference(java.lang.String pSheetName,
int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol)
Deprecated.
|
cellReferenceIsWithinRange, classifyCellReference, convertColStringToIndex, convertNumToColString, equals, formatAsString, getCellRefParts, getCol, getRow, getSheetName, hashCode, isColAbsolute, isColumnWithinRange, isPartAbsolute, isRowAbsolute, isRowWithinRange, isRowWithinRange, 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)