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

All Implemented Interfaces:
    Cell

All Known Implementing Classes:
    ReadNumberFormulaRecord, NumberValue, NumberRecord, NumberFormulaRecord, SharedNumberFormulaRecord, NumberFormulaCell, Number, RKRecord

A cell which contains a numerical value
Method from jxl.NumberCell Summary:
getNumberFormat,   getValue
Method from jxl.NumberCell Detail:
 public NumberFormat getNumberFormat()
    Gets the NumberFormat used to format this cell. This is the java equivalent of the Excel format
 public double getValue()
    Gets the double contents for this cell.