Uses of Class
loci.poi.hssf.usermodel.HSSFRow
Packages that use HSSFRow
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFRow in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFRowModifier and TypeMethodDescriptionHSSFSheet.createRow(int rownum) Create a new row within the sheet and return the high level representationHSSFSheet.getRow(int rownum) Returns the logical row (not physical) 0-based.Methods in loci.poi.hssf.usermodel with parameters of type HSSFRow