Uses of Interface
org.millscript.office.spreadsheet.Cell

Packages that use Cell
org.millscript.office.spreadsheet   
org.millscript.office.spreadsheet.cells   
org.millscript.office.spreadsheet.rows   
org.millscript.office.spreadsheet.worksheets   
 

Uses of Cell in org.millscript.office.spreadsheet
 

Methods in org.millscript.office.spreadsheet that return Cell
 Cell CellRef.getCell()
           
 Cell Worksheet.getCell(int row, int col)
           
 Cell Worksheet.getCell0(int row, int col)
           
 

Uses of Cell in org.millscript.office.spreadsheet.cells
 

Classes in org.millscript.office.spreadsheet.cells that implement Cell
 class BooleanCell
           
 class ErrorCell
           
 class FormulaCell
           
 class NumberCell
           
 class TextCell
           
 

Methods in org.millscript.office.spreadsheet.cells that return Cell
 Cell CellRefImpl.getCell()
           
 

Uses of Cell in org.millscript.office.spreadsheet.rows
 

Methods in org.millscript.office.spreadsheet.rows that return Cell
 Cell RowCellRefImpl.getCell()
           
 

Constructors in org.millscript.office.spreadsheet.rows with parameters of type Cell
IRowList(Cell[][] rows)
           
IRowList(Cell[][] rows, int start, int end)
          Constructs a new worksheet with a copy of the specified backing row array, starting and ending at the specified indices.
ISharedRowList(Cell[][] rows, int start, int end)
          Constructs a new shared store worksheet with a slice of the specified backing row array.
RowCellRefImpl(RowRef row, int col, Cell c)
           
RowImpl(Cell[] objects, boolean share)
           
RowListIterator(Cell[][] rows, boolean share)
           
SharedRowListIterator(Cell[][] objects, int start, int end)
          Constructs a new shared array list iterator to iterate over a slice of the specified object array.
 

Constructor parameters in org.millscript.office.spreadsheet.rows with type arguments of type Cell
RowRefImpl(WorksheetRef sheetRef, int index, org.millscript.commons.util.IList<Cell> cells, int offset)
           
RowRefListIterator(RowRef bookRef, org.millscript.commons.util.ListIterator<Cell> iterator)
           
 

Uses of Cell in org.millscript.office.spreadsheet.worksheets
 

Methods in org.millscript.office.spreadsheet.worksheets that return Cell
 Cell WorksheetImpl.getCell(int row, int col)
           
 Cell WorksheetImpl.getCell0(int row, int col)
           
 

Methods in org.millscript.office.spreadsheet.worksheets with parameters of type Cell
 void WorksheetImpl.insertCell(int rowIndex, int colIndex, Cell data)
           
 

Constructors in org.millscript.office.spreadsheet.worksheets with parameters of type Cell
WorksheetImpl(Cell[][] rows)
           
WorksheetImpl(Cell[][] rows, int start, int end)
          Constructs a new worksheet with a copy of the specified backing row array, starting and ending at the specified indices.
 



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