public class Blank extends jxl.write.biff.BlankRecord implements WritableCell
| Constructor and Description |
|---|
Blank(Cell lc)
Constructor used internally by the application when making a writable
copy of a spreadsheet being read in
|
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
|
| Modifier and Type | Method and Description |
|---|---|
WritableCell |
copyTo(int col,
int row)
Implementation of the deep copy function
|
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getData, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormatequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWritableCellFeatures, setCellFeatures, setCellFormatgetCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHiddenpublic 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