jxl.write
Interface WritableCell
- All Superinterfaces:
- Cell
- All Known Implementing Classes:
- Blank, Boolean, jxl.write.biff.CellValue, DateTime, Formula, Label, Number
- public interface WritableCell
- extends Cell
The interface for all writable cells
copyTo
public WritableCell copyTo(int col,
int row)
- A deep copy. The returned cell still needs to be added to the sheet.
By not automatically adding the cell to the sheet, the client program
may change certain attributes, such as the value or the format
- Parameters:
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy- Returns:
- a copy of this cell, which can then be added to the sheet
setCellFormat
public void setCellFormat(CellFormat cf)
- Sets the cell format for this cell
- Parameters:
cf
- the cell format