Package | Description |
---|---|
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFRow |
XSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation
|
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).
|
Modifier and Type | Method and Description |
---|---|
protected java.util.TreeMap<java.lang.Integer,XSSFRow> |
XSSFSheet.getRows() |
Modifier and Type | Method and Description |
---|---|
int |
XSSFRow.compareTo(XSSFRow row)
Compares two
XSSFRow objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
XSSFSheet.setRows(java.util.TreeMap<java.lang.Integer,XSSFRow> rows) |
Constructor and Description |
---|
XSSFCell(XSSFRow row,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
Construct a XSSFCell.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.