HSSFRow

java.lang. Comparable
+compareTo(java.lang.Object ) :int
java.lang. Object
+Object()
+hashCode() :int
#finalize() :void
+notify() :void
+notifyAll() :void
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
+getClass() :java.lang.Class
#clone() :java.lang.Object
+equals(java.lang.Object ) :boolean
+toString() :java.lang.String
org.apache.poi.hssf.usermodel. HSSFRow
+INITIAL_CAPACITY :int
#HSSFRow()
#HSSFRow(org.apache.poi.hssf.model.Workbook book, org.apache.poi.hssf.model.Sheet sheet, int rowNum)
#HSSFRow(org.apache.poi.hssf.model.Workbook book, org.apache.poi.hssf.model.Sheet sheet, org.apache.poi.hssf.record.RowRecord record)
+createCell(short column) :org.apache.poi.hssf.usermodel.HSSFCell
+createCell(short column, int type) :org.apache.poi.hssf.usermodel.HSSFCell
+removeCell(org.apache.poi.hssf.usermodel.HSSFCell cell) :void
#createCellFromRecord(org.apache.poi.hssf.record.CellValueRecordInterface cell) :org.apache.poi.hssf.usermodel.HSSFCell
+setRowNum(int rowNum) :void
+getRowNum() :int
+getCell(short cellnum) :org.apache.poi.hssf.usermodel.HSSFCell
+getFirstCellNum() :short
+getLastCellNum() :short
+getPhysicalNumberOfCells() :int
+setHeight(short height) :void
+setHeightInPoints(float height) :void
+getHeight() :short
+getHeightInPoints() :float
#getRowRecord() :org.apache.poi.hssf.record.RowRecord
+cellIterator() :java.util.Iterator
+compareTo(java.lang.Object obj) :int
+equals(java.lang.Object obj) :boolean