public interface EvaluationCell
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanCellValue() |
int |
getCachedFormulaResultType() |
int |
getCellType() |
int |
getColumnIndex() |
int |
getErrorCellValue() |
java.lang.Object |
getIdentityKey() |
double |
getNumericCellValue() |
int |
getRowIndex() |
EvaluationSheet |
getSheet() |
java.lang.String |
getStringCellValue() |
java.lang.Object getIdentityKey()
HashMap
EvaluationSheet getSheet()
int getRowIndex()
int getColumnIndex()
int getCellType()
double getNumericCellValue()
java.lang.String getStringCellValue()
boolean getBooleanCellValue()
int getErrorCellValue()
int getCachedFormulaResultType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.