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.usermodel
Methods in org.apache.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
HSSFCell. getRow()
Returns the HSSFRow this cell belongs toHSSFRow
HSSFSheet. 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 int
HSSFRow. compareTo(HSSFRow other)
Compares twoHSSFRow
objects. -
Uses of HSSFRow in org.apache.poi.hssf.usermodel.helpers
Methods in org.apache.poi.hssf.usermodel.helpers with parameters of type HSSFRow Modifier and Type Method Description void
HSSFRowShifter. updateRowFormulas(HSSFRow row, FormulaShifter formulaShifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
-