Uses of Class
org.odftoolkit.simple.table.CellRange

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.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.