public class DropDownCell extends Object
| Constructor and Description |
|---|
DropDownCell()
Instantiates a new drop down cell.
|
DropDownCell(org.apache.poi.ss.usermodel.Sheet sheet,
SheetHeader sheetHeader,
int firstRow,
int lastRow,
int firstCol,
int lastCol,
Integer indexRow) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstCol()
Gets the first col.
|
int |
getFirstRow()
Gets the first row.
|
Integer |
getIndexRow() |
int |
getLastCol()
Gets the last col.
|
int |
getLastRow()
Gets the last row.
|
org.apache.poi.ss.usermodel.Sheet |
getSheet()
Gets the sheet.
|
SheetHeader |
getSheetHeader()
Gets the sheet header.
|
void |
setFirstCol(int firstCol)
Sets the first col.
|
void |
setFirstRow(int firstRow)
Sets the first row.
|
void |
setIndexRow(Integer indexRow) |
void |
setLastCol(int lastCol)
Sets the last col.
|
void |
setLastRow(int lastRow)
Sets the last row.
|
void |
setSheet(org.apache.poi.ss.usermodel.Sheet sheet)
Sets the sheet.
|
void |
setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
public DropDownCell(org.apache.poi.ss.usermodel.Sheet sheet,
SheetHeader sheetHeader,
int firstRow,
int lastRow,
int firstCol,
int lastCol,
Integer indexRow)
public DropDownCell()
public org.apache.poi.ss.usermodel.Sheet getSheet()
public SheetHeader getSheetHeader()
public int getFirstRow()
public int getLastRow()
public int getFirstCol()
public int getLastCol()
public void setSheet(org.apache.poi.ss.usermodel.Sheet sheet)
sheet - the new sheetpublic void setSheetHeader(SheetHeader sheetHeader)
sheetHeader - the new sheet headerpublic void setFirstRow(int firstRow)
firstRow - the new first rowpublic void setLastRow(int lastRow)
lastRow - the new last rowpublic void setFirstCol(int firstCol)
firstCol - the new first colpublic void setLastCol(int lastCol)
lastCol - the new last colpublic Integer getIndexRow()
public void setIndexRow(Integer indexRow)
Copyright © 2022. All rights reserved.