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 SSCellRange SSCellRange.create(int firstRow, int firstColumn, int height, int width, java.util.List flattenedList, java.lang.Class cellClass)