public class FunctionCell extends Object
| Constructor and Description |
|---|
FunctionCell()
Instantiates a new function cell.
|
FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader)
Instantiates a new function cell.
|
FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader,
MergeCell mergeRow)
Instantiates a new function cell.
|
| 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.FormulaEvaluator |
getFormulaEvaluator()
Gets the formula evaluator.
|
MergeCell |
getMergeRow()
Gets the merge row.
|
SheetHeader |
getSheetHeader()
Gets the sheet header.
|
int |
hashCode()
Hash code.
|
void |
setCell(org.apache.poi.ss.usermodel.Cell cell)
Sets the cell.
|
void |
setFormulaEvaluator(org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Sets the formula evaluator.
|
void |
setMergeRow(MergeCell mergeRow)
Sets the merge row.
|
void |
setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
public FunctionCell()
public FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader)
cell - the cellsheetHeader - the sheet headerpublic FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader,
MergeCell mergeRow)
cell - the cellsheetHeader - the sheet headermergeRow - the merge rowpublic org.apache.poi.ss.usermodel.Cell getCell()
public SheetHeader getSheetHeader()
public MergeCell getMergeRow()
public void setCell(org.apache.poi.ss.usermodel.Cell cell)
cell - the new cellpublic void setSheetHeader(SheetHeader sheetHeader)
sheetHeader - the new sheet headerpublic void setMergeRow(MergeCell mergeRow)
mergeRow - the new merge rowpublic org.apache.poi.ss.usermodel.FormulaEvaluator getFormulaEvaluator()
public void setFormulaEvaluator(org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
formulaEvaluator - the new formula evaluatorCopyright © 2022. All rights reserved.