|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HSSFRow | |
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project |
| Uses of HSSFRow in org.apache.poi.hssf.usermodel |
| Methods in org.apache.poi.hssf.usermodel that return HSSFRow | |
HSSFRow |
HSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation |
HSSFRow |
HSSFSheet.getRow(int rownum)
Returns the logical row (not physical) 0-based. |
| Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFRow | |
void |
HSSFSheet.removeRow(HSSFRow row)
Remove a row from this sheet. |
|
jakarta-poi 1.10.0-dev | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||