Java org.apache.poi.hssf.usermodel HSSFRow fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFRow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFRow.

The text is from its open source code.

Method

IteratorcellIterator()
HSSFCellcreateCell(int column)
Use this to create new cells within the row and return it.
HSSFCellcreateCell(int columnIndex, CellType type)
Use this to create new cells within the row and return it.
HSSFCellgetCell(int cellnum)
Get the hssfcell representing a given column (logical cell) 0-based.
HSSFCellgetCell(int cellnum, MissingCellPolicy policy)
Get the hssfcell representing a given column (logical cell) 0-based.
shortgetFirstCellNum()
get the number of the first cell contained in this row.
shortgetHeight()
get the row's height or ff (-1) for undefined/default-height in twips (1/20th of a point)
floatgetHeightInPoints()
get the row's height or ff (-1) for undefined/default-height in points (20*getHeight())
shortgetLastCellNum()
Gets the index of the last cell contained in this row PLUS ONE.
intgetPhysicalNumberOfCells()
gets the number of defined cells (NOT number of cells in the actual row!).
intgetRowNum()
get row number this row represents
HSSFSheetgetSheet()
Returns the HSSFSheet this row belongs to
booleangetZeroHeight()
get whether or not to display this row with 0 height
voidmoveCell(HSSFCell cell, short newColumn)
Moves the supplied cell to a new column, which must not already have a cell there!
voidremoveCell(Cell cell)
remove the HSSFCell from this row.
voidsetHeight(short height)
set the row's height or set to ff (-1) for undefined/default-height.
voidsetHeightInPoints(float height)
set the row's height in points.
voidsetRowStyle(HSSFCellStyle style)
Applies a whole-row cell styling to the row.
voidsetRowStyle(CellStyle style)
Applies a whole-row cell styling to the row.
voidsetZeroHeight(boolean zHeight)
set whether or not to display this row with 0 height