Uses of Class
loci.poi.hssf.usermodel.HSSFRow
-
Packages that use HSSFRow Package Description loci.poi.hssf.usermodel 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 HSSFRow Modifier and Type Method Description HSSFRow
HSSFSheet. createRow(int rownum)
Create a new row within the sheet and return the high level representationHSSFRow
HSSFSheet. getRow(int rownum)
Returns the logical row (not physical) 0-based.Methods in loci.poi.hssf.usermodel with parameters of type HSSFRow Modifier and Type Method Description void
HSSFSheet. removeRow(HSSFRow row)
Remove a row from this sheet.
-