org.millscript.office.spreadsheet
Interface CellRef

All Known Implementing Classes:
CellRefImpl, RowCellRefImpl

public interface CellRef


Method Summary
 java.lang.Object getCalculatedCellContents()
           
 Cell getCell()
           
 int getColumnIndex()
           
 ColumnRef getColumnRef()
           
 int getRowIndex()
           
 RowRef getRowRef()
           
 

Method Detail

getCalculatedCellContents

java.lang.Object getCalculatedCellContents()

getCell

Cell getCell()

getColumnIndex

int getColumnIndex()

getColumnRef

ColumnRef getColumnRef()

getRowIndex

int getRowIndex()

getRowRef

RowRef getRowRef()


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.