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

Packages that use SSCellRange
org.apache.poi.ss.util   
 

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

Methods in org.apache.poi.ss.util that return SSCellRange
static
<B extends Cell>
SSCellRange<B>
SSCellRange.create(int firstRow, int firstColumn, int height, int width, java.util.List<B> flattenedList, java.lang.Class<B> cellClass)
           
 



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