|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellRange | |
|---|---|
| org.odftoolkit.simple.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
| Uses of CellRange in org.odftoolkit.simple.table |
|---|
| Methods in org.odftoolkit.simple.table that return CellRange | |
|---|---|
CellRange |
Table.getCellRangeByName(String name)
Return a range of cells by a specified name. |
CellRange |
Table.getCellRangeByPosition(int startCol,
int startRow,
int endCol,
int endRow)
Return a range of cells within the specified range. |
CellRange |
Table.getCellRangeByPosition(String startAddress,
String endAddress)
Return a range of cells within the specified range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||