Uses of Class
loci.poi.hssf.util.Region
Packages that use Region
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
-
Uses of Region in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return RegionModifier and TypeMethodDescriptionHSSFSheet.getMergedRegionAt(int index) gets the region at a particular indexMethods in loci.poi.hssf.usermodel with parameters of type RegionModifier and TypeMethodDescriptionintHSSFSheet.addMergedRegion(Region region) adds a merged region of cells (hence those cells form one) -
Uses of Region in loci.poi.hssf.util
Methods in loci.poi.hssf.util with parameters of type Region