jxl
Interface LabelCell

All Superinterfaces:
Cell
All Known Subinterfaces:
StringFormulaCell
All Known Implementing Classes:
StringFormulaRecord, LabelRecord, LabelSSTRecord, SharedStringFormulaRecord, RStringRecord, Label

public interface LabelCell
extends Cell

A label cell


Method Summary
 java.lang.String getString()
          Gets the label for this cell.
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Method Detail

getString

public java.lang.String getString()
Gets the label for this cell. The value returned will be the same as for the getContents method in the base class
Returns:
the cell contents