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

Packages that use CellRangeAddressBase
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project  
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 CellRangeAddressBase in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return CellRangeAddressBase
 CellRangeAddressBase HSSFChart.HSSFSeries.getCategoryLabelsCellRange()
           
 CellRangeAddressBase HSSFChart.HSSFSeries.getValuesCellRange()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressBase
 void HSSFChart.HSSFSeries.setCategoryLabelsCellRange(CellRangeAddressBase range)
           
 void HSSFChart.HSSFSeries.setValuesCellRange(CellRangeAddressBase range)
           
 

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

Subclasses of CellRangeAddressBase in org.apache.poi.hssf.util
 class CellRangeAddress8Bit
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Like CellRangeAddress except column fields are 8-bit.

 

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

Subclasses of CellRangeAddressBase in org.apache.poi.ss.util
 class CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

In the Microsoft documentation, this is also known as a Ref8U - see page 831 of version 1.0 of the documentation.

 



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