|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WritableCell
The interface for all writable cells
Method Summary | |
---|---|
WritableCell |
copyTo(int col,
int row)
A deep copy. |
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 |
---|
WritableCell copyTo(int col, int row)
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy
void setCellFormat(CellFormat cf)
cf
- the cell format
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |