Uses of Class
org.apache.poi.hssf.util.CellRangeAddress

Packages that use CellRangeAddress
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of CellRangeAddress in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return CellRangeAddress
 CellRangeAddress Sheet.getMergedRegionAt(int index)
           
 

Uses of CellRangeAddress in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates that return CellRangeAddress
 CellRangeAddress MergedCellsTable.get(int index)
           
 

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

Methods in org.apache.poi.hssf.usermodel that return CellRangeAddress
 CellRangeAddress HSSFSheet.getMergedRegion(int index)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.