Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ErrorCell
extends Cell
Method Summary | |
int |
|
Methods inherited from interface jxl.Cell | |
getCellFeatures , getCellFormat , getColumn , getContents , getRow , getType , isHidden |
public int getErrorCode()
Gets the error code for this cell. If this cell does not represent an error, then it returns 0. Always use the method isError() to determine this prior to calling this method
- Returns:
- the error code if this cell contains an error, 0 otherwise