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(String cellRef)
Create an cell ref from a string representation.
|
CellReference(String pSheetName,
int pRow,
int pCol,
boolean pAbsRow,
boolean pAbsCol) |
cellReferenceIsWithinRange, classifyCellReference, convertColStringToIndex, convertNumToColString, equals, formatAsString, getCellRefParts, getCol, getRow, getSheetName, isColAbsolute, isColumnWithnRange, isPartAbsolute, isRowAbsolute, isRowWithnRange, toString
public CellReference(String cellRef)
public CellReference(int pRow, int pCol)
public CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)
public CellReference(String pSheetName, int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)
Copyright © 2020. All rights reserved.