org.millscript.office.spreadsheet.formula
Class CellAddress
java.lang.Object
org.millscript.office.spreadsheet.formula.CellAddress
- Direct Known Subclasses:
- AbsoluteCellAddress, OffsetCellAddress
public abstract class CellAddress
- extends java.lang.Object
|
Constructor Summary |
protected |
CellAddress(int row,
boolean rowRel,
int col,
boolean colRel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellAddress
protected CellAddress(int row,
boolean rowRel,
int col,
boolean colRel)
getCellAddress
public abstract CellAddress getCellAddress(int row,
int col)
getColumn
public int getColumn()
appendColumnLetters
protected void appendColumnLetters(java.lang.StringBuilder builder)
getColumnRelativeTo
public abstract int getColumnRelativeTo(int startingColumn)
getColumnRelativeTo
public int getColumnRelativeTo(CellRef startingCell)
getRow
public int getRow()
getRowRelativeTo
public abstract int getRowRelativeTo(int startingRow)
getRowRelativeTo
public int getRowRelativeTo(CellRef startingCell)
isColumnRelative
public boolean isColumnRelative()
isRowRelative
public boolean isRowRelative()
Copyright © 2006-2007 Open World Ltd. All Rights Reserved.