jxl
Interface NumberCell

All Superinterfaces:
Cell
All Known Subinterfaces:
NumberFormulaCell
All Known Implementing Classes:
NumberValue, NumberRecord, NumberFormulaRecord, RKRecord, SharedNumberFormulaRecord, Number

public interface NumberCell
extends Cell

A cell which contains a numerical value


Method Summary
 double getValue()
          Gets the double contents for this cell.
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Method Detail

getValue

public double getValue()
Gets the double contents for this cell.
Returns:
the cell contents