|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSSFRow | |
|---|---|
| org.apache.poi.xssf.usermodel | |
| Uses of XSSFRow in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return XSSFRow | |
|---|---|
XSSFRow |
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! |
XSSFRow |
XSSFDialogsheet.createRow(int rowNum)
|
XSSFRow |
XSSFCell.getRow()
Returns the row this cell belongs to |
XSSFRow |
XSSFSheet.getRow(int rownum)
Returns the logical row ( 0-based). |
| Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFRow | |
|---|---|
int |
XSSFRow.compareTo(XSSFRow other)
Compares two XSSFRow objects. |
| Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFRow | |
|---|---|
XSSFCell(XSSFRow row,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
Construct a XSSFCell. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||