Uses of Class
org.apache.poi.hssf.usermodel.HSSFRow

Packages that use HSSFRow
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of HSSFRow in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFRow
 HSSFRow HSSFSheet.createRow(short 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.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.