Package jxl
Interface LabelCell
-
- All Superinterfaces:
Cell
- All Known Subinterfaces:
StringFormulaCell
- All Known Implementing Classes:
Label
public interface LabelCell extends Cell
A label cell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getString()
Gets the label for this cell.-
Methods inherited from interface jxl.Cell
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
-
-