Cell, WritableCellpublic class Blank extends jxl.write.biff.BlankRecord implements WritableCell
| Constructor | Description |
|---|---|
Blank(int c,
int r) |
Creates a cell which, when added to the sheet, will be presented at the
specified column and row co-ordinates
|
Blank(int c,
int r,
CellFormat st) |
Creates a cell which, when added to the sheet, will be presented at the
specified column and row co-ordinates
in the manner specified by the CellFormat parameter
|
Blank(Cell lc) |
Constructor used internally by the application when making a writable
copy of a spreadsheet being read in
|
| Modifier and Type | Method | Description |
|---|---|---|
WritableCell |
copyTo(int col,
int row) |
Implementation of the deep copy function
|
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHiddenaddCellFeatures, getCellFeatures, getCellFormat, getColumn, getData, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormatequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWritableCellFeatures, setCellFeatures, setCellFormatpublic Blank(int c,
int r)
c - the columnr - the rowpublic Blank(int c,
int r,
CellFormat st)
c - the columnr - the rowst - the cell formatpublic Blank(Cell lc)
lc - the cell to copypublic WritableCell copyTo(int col, int row)
copyTo in interface WritableCellcol - the column which the new cell will occupyrow - the row which the new cell will occupy