|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Worksheet
| 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 |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||