Uses of Class
org.apache.poi.hssf.usermodel.HSSFRow
- 
Packages that use HSSFRow Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.hssf.usermodel.helpers 
- 
- 
Uses of HSSFRow in org.apache.poi.hssf.usermodelMethods in org.apache.poi.hssf.usermodel that return HSSFRow Modifier and Type Method Description HSSFRowHSSFSheet. createRow(int rownum)Create a new row within the sheet and return the high level representationHSSFRowHSSFCell. getRow()Returns the HSSFRow this cell belongs toHSSFRowHSSFSheet. getRow(int rowIndex)Returns the logical row (not physical) 0-based.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFRow Modifier and Type Method Description intHSSFRow. compareTo(HSSFRow other)Compares twoHSSFRowobjects.
- 
Uses of HSSFRow in org.apache.poi.hssf.usermodel.helpersMethods in org.apache.poi.hssf.usermodel.helpers with parameters of type HSSFRow Modifier and Type Method Description voidHSSFRowShifter. updateRowFormulas(HSSFRow row, FormulaShifter formulaShifter)Update the formulas in specified row using the formula shifting policy specified by shifter
 
-