Uses of Class
org.apache.poi.ss.util.Region

Packages that use Region
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
org.apache.poi.ss.util   
 

Uses of Region in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return Region
 Region[] HSSFConditionalFormatting.getFormattingRegions()
          Deprecated. (Aug-2008) use HSSFConditionalFormatting.getFormattingRanges()
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Region
 int HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions, HSSFConditionalFormattingRule[] cfRules)
          Deprecated. use CellRangeAddress instead of Region
 int HSSFSheet.addMergedRegion(Region region)
          Deprecated. (Aug-2008) use CellRangeAddress instead of Region
 

Uses of Region in org.apache.poi.hssf.util
 

Subclasses of Region in org.apache.poi.hssf.util
 class Region
          Represents a from/to row/col square.
 

Methods in org.apache.poi.hssf.util with parameters of type Region
static void HSSFRegionUtil.setBorderBottom(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderLeft(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderRight(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderTop(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBottomBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setLeftBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setRightBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setTopBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
 

Uses of Region in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util that return Region
static Region[] Region.convertCellRangesToRegions(CellRangeAddress[] cellRanges)
          Deprecated. Convert a List of CellRange objects to an array of regions
 

Methods in org.apache.poi.ss.util with parameters of type Region
static CellRangeAddress[] Region.convertRegionsToCellRanges(Region[] regions)
          Deprecated.  
static CellRangeAddress Region.convertToCellRangeAddress(Region r)
          Deprecated.  
 boolean Region.equals(Region r)
          Deprecated.