public interface WritableCell extends Cell
Modifier and Type | Method and Description |
---|---|
WritableCell |
copyTo(int col,
int row)
A deep copy.
|
WritableCellFeatures |
getWritableCellFeatures()
Accessor for the cell features
|
void |
setCellFeatures(WritableCellFeatures cf)
Sets the cell features
|
void |
setCellFormat(CellFormat cf)
Sets the cell format for this cell
|
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
void setCellFormat(CellFormat cf)
cf
- the cell formatWritableCell copyTo(int col, int row)
col
- the column which the new cell will occupyrow
- the row which the new cell will occupyWritableCellFeatures getWritableCellFeatures()
void setCellFeatures(WritableCellFeatures cf)
cf
- the cell features