org.millscript.office.spreadsheet.formula
Class AbsoluteCellAddress
java.lang.Object
org.millscript.office.spreadsheet.formula.CellAddress
org.millscript.office.spreadsheet.formula.AbsoluteCellAddress
public class AbsoluteCellAddress
- extends CellAddress
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbsoluteCellAddress
public AbsoluteCellAddress(int row,
boolean rowRel,
int col,
boolean colRel)
getCellAddress
public CellAddress getCellAddress(int row,
int col)
- Specified by:
getCellAddress in class CellAddress
- See Also:
CellAddress.getCellAddress(int, int)
getColumnRelativeTo
public int getColumnRelativeTo(int startingColumn)
- Specified by:
getColumnRelativeTo in class CellAddress
- See Also:
CellAddress.getColumnRelativeTo(int)
getRowRelativeTo
public int getRowRelativeTo(int startingRow)
- Specified by:
getRowRelativeTo in class CellAddress
- See Also:
CellAddress.getRowRelativeTo(int)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2006-2007 Open World Ltd. All Rights Reserved.