Save This Page
Home » jexcelapi_2_6_8 » jxl » [javadoc | source]
jxl
public interface: Range [javadoc | source]

All Known Implementing Classes:
    RangeImpl, SheetRangeImpl

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