public class FunctionCell extends Object
| Constructor and Description |
|---|
FunctionCell() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
org.apache.poi.ss.usermodel.Cell |
getCell()
Gets the cell.
|
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle()
Gets the cell style.
|
Integer |
getIndexRow()
Gets the index row.
|
MergeCell |
getMergeRow()
Gets the merge row.
|
SheetHeader |
getSheetHeader()
Gets the sheet header.
|
org.apache.poi.ss.usermodel.Sheet |
getWorksheet()
Gets the worksheet.
|
int |
hashCode()
Hash code.
|
void |
setCell(org.apache.poi.ss.usermodel.Cell cell)
Sets the cell.
|
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
Sets the cell style.
|
void |
setIndexRow(Integer indexRow)
Sets the index row.
|
void |
setMergeRow(MergeCell mergeRow)
Sets the merge row.
|
void |
setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
void |
setWorksheet(org.apache.poi.ss.usermodel.Sheet worksheet)
Sets the worksheet.
|
public org.apache.poi.ss.usermodel.Cell getCell()
public void setCell(org.apache.poi.ss.usermodel.Cell cell)
cell - the new cellpublic org.apache.poi.ss.usermodel.CellStyle getCellStyle()
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
cellStyle - the new cell stylepublic SheetHeader getSheetHeader()
public void setSheetHeader(SheetHeader sheetHeader)
sheetHeader - the new sheet headerpublic Integer getIndexRow()
public void setIndexRow(Integer indexRow)
indexRow - the new index rowpublic org.apache.poi.ss.usermodel.Sheet getWorksheet()
public void setWorksheet(org.apache.poi.ss.usermodel.Sheet worksheet)
worksheet - the new worksheetpublic MergeCell getMergeRow()
public void setMergeRow(MergeCell mergeRow)
mergeRow - the new merge rowCopyright © 2020 Pivotal Software, Inc.. All rights reserved.