Save This Page
Home » jexcelapi_2_6_8 » jxl » [javadoc | source]
jxl
public interface: ErrorCell [javadoc | source]

All Implemented Interfaces:
    Cell

All Known Implementing Classes:
    SharedErrorFormulaRecord, ErrorFormulaRecord, ReadErrorFormulaRecord, ErrorFormulaCell, ErrorRecord

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 from jxl.ErrorCell Summary:
getErrorCode
Method from jxl.ErrorCell Detail:
 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