org.millscript.office.spreadsheet
Interface Worksheet

All Superinterfaces:
org.millscript.commons.util.IList<Row>, org.millscript.commons.util.IMap<java.lang.Integer,Row>
All Known Implementing Classes:
ExcelWorksheet, WorksheetImpl

public interface Worksheet
extends org.millscript.commons.util.IList<Row>


Method Summary
 int firstUsedColumn()
           
 int firstUsedRow()
           
 Cell getCell(int row, int col)
           
 Cell getCell0(int row, int col)
           
 Column getColumn(int pos)
           
 Column getColumn(java.lang.Integer pos)
           
 Column getColumn0(int pos)
           
 Column getColumn0(java.lang.Integer pos)
           
 org.millscript.commons.util.IList<Column> getColumnList()
           
 int lastUsedColumn()
           
 int lastUsedRow()
           
 int numberOfColumns()
           
 int numberOfRows()
           
 
Methods inherited from interface org.millscript.commons.util.IList
allButFirst, allButLast, allFirst, allLast, contains, contains, contains0, contains0, contains0, containsKey, containsKey, containsKey0, containsKey0, containsSlice, containsSlice0, first, get, get, get0, get0, getDefault, indexOf, indexOf0, iterator, last, setDefault, slice, slice0, toArray, toArray
 
Methods inherited from interface org.millscript.commons.util.IMap
contains, containsAll, containsValue, equals, hashCode, isEmtpy, keyList, mapletList, setDefault, size, valueList
 

Method Detail

firstUsedColumn

int firstUsedColumn()

firstUsedRow

int firstUsedRow()

getCell

Cell getCell(int row,
             int col)

getCell0

Cell getCell0(int row,
              int col)

getColumn

Column getColumn(int pos)

getColumn

Column getColumn(java.lang.Integer pos)

getColumn0

Column getColumn0(int pos)

getColumn0

Column getColumn0(java.lang.Integer pos)

getColumnList

org.millscript.commons.util.IList<Column> getColumnList()

lastUsedColumn

int lastUsedColumn()

lastUsedRow

int lastUsedRow()

numberOfColumns

int numberOfColumns()

numberOfRows

int numberOfRows()


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