jxl
Interface Range
Represents a 3-D range of cells in a workbook. This object is
returned by the method findByName in a workbook
getBottomRight
public Cell getBottomRight()
Gets the cell at the bottom right of this range
- the cell at the bottom right
getFirstSheetIndex
public int getFirstSheetIndex()
Gets the index of the first sheet in the range
- the index of the first sheet in the range
getLastSheetIndex
public int getLastSheetIndex()
Gets the index of the last sheet in the range
- the index of the last sheet in the range
getTopLeft
public Cell getTopLeft()
Gets the cell at the top left of this range