public interface EvaluationCell
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddress |
getArrayFormulaRange() |
boolean |
getBooleanCellValue() |
CellType |
getCachedFormulaResultType() |
CellType |
getCellType() |
int |
getColumnIndex() |
int |
getErrorCellValue() |
java.lang.Object |
getIdentityKey() |
double |
getNumericCellValue() |
int |
getRowIndex() |
EvaluationSheet |
getSheet() |
java.lang.String |
getStringCellValue() |
boolean |
isPartOfArrayFormulaGroup() |
java.lang.Object getIdentityKey()
HashMapEvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
CellType getCellType()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
CellRangeAddress getArrayFormulaRange()
boolean isPartOfArrayFormulaGroup()
CellType getCachedFormulaResultType()