jxl.write
Interface WritableCell

All Superinterfaces:
Cell
All Known Implementing Classes:
EmptyCell, CellValue, Formula, Boolean, Number, Label, DateTime, Blank

public interface WritableCell
extends Cell

The interface for all writable cells


Method Summary
 void setCellFormat(CellFormat cf)
          Sets the cell format for this cell
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Method Detail

setCellFormat

public void setCellFormat(CellFormat cf)
Sets the cell format for this cell
Parameters:
cf -