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, formatAsString, getCellRefParts, getCol, getRow, getSheetName, hashCode, isColAbsolute, isColumnWithinRange, isPartAbsolute, isRowAbsolute, isRowWithinRange, isRowWithinRange, toString
public 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)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.