Uses of Class
org.apache.poi.xssf.usermodel.XSSFRow
Packages that use XSSFRow
-
Uses of XSSFRow in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFRowModifier and TypeMethodDescriptionXSSFDialogsheet.createRow(int rowNum) XSSFSheet.createRow(int rownum) Create a new row within the sheet and return the high level representation Note: If a row already exists at this position, it is removed/overwritten and any existing cell is removed!XSSFCell.getRow()Returns the row this cell belongs toXSSFSheet.getRow(int rownum) Returns the logical row ( 0-based).Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFRowModifier and TypeMethodDescriptionintCompares twoXSSFRowobjects.Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFRow -
Uses of XSSFRow in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFRowModifier and TypeMethodDescriptionvoidXSSFRowShifter.updateRowFormulas(XSSFRow row, FormulaShifter formulaShifter) Update the formulas in specified row using the formula shifting policy specified by shifter