Package jxl
Interface ErrorCell
-
- All Superinterfaces:
Cell
- All Known Subinterfaces:
ErrorFormulaCell
public interface ErrorCell extends Cell
This type represents a cell which contains an error. This error will usually, but not always be the result of some error resulting from a formula
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getErrorCode()
Gets the error code for this cell.-
Methods inherited from interface jxl.Cell
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
-
-