org.millscript.office.spreadsheet.rows
Class RowCellRefImpl
java.lang.Object
org.millscript.millscript.datatypes.Deferred
org.millscript.office.spreadsheet.rows.RowCellRefImpl
- All Implemented Interfaces:
- CellRef
public class RowCellRefImpl
- extends org.millscript.millscript.datatypes.Deferred
- implements CellRef
| Methods inherited from class org.millscript.millscript.datatypes.Deferred |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RowCellRefImpl
public RowCellRefImpl(RowRef row,
int col,
Cell c)
getCalculatedCellContents
public java.lang.Object getCalculatedCellContents()
- Specified by:
getCalculatedCellContents in interface CellRef
- See Also:
CellRef.getCalculatedCellContents()
get
public java.lang.Object get()
- Specified by:
get in class org.millscript.millscript.datatypes.Deferred
- See Also:
Deferred.get()
getCell
public Cell getCell()
- Specified by:
getCell in interface CellRef
- See Also:
CellRef.getCell()
getColumnIndex
public int getColumnIndex()
- Specified by:
getColumnIndex in interface CellRef
- See Also:
CellRef.getColumnIndex()
getColumnRef
public ColumnRef getColumnRef()
- Specified by:
getColumnRef in interface CellRef
- See Also:
CellRef.getColumnRef()
getRowIndex
public int getRowIndex()
- Specified by:
getRowIndex in interface CellRef
- See Also:
CellRef.getRowIndex()
getRowRef
public RowRef getRowRef()
- Specified by:
getRowRef in interface CellRef
- See Also:
CellRef.getRowRef()
Copyright © 2006-2007 Open World Ltd. All Rights Reserved.