Cell, WritableCellpublic class Formula extends jxl.write.biff.FormulaRecord implements WritableCell
| Constructor | Description |
|---|---|
Formula(int c,
int r,
java.lang.String form) |
Constructs the formula
|
Formula(int c,
int r,
java.lang.String form,
CellFormat st) |
Constructs a formula
|
| 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, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormatgetContents, getData, getFormulaData, getTypeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWritableCellFeatures, setCellFeatures, setCellFormatpublic Formula(int c,
int r,
java.lang.String form)
c - the columnr - the rowform - the formulapublic Formula(int c,
int r,
java.lang.String form,
CellFormat st)
c - the columnr - the rowform - the formulast - the cell stylepublic WritableCell copyTo(int col, int row)
copyTo in interface WritableCellcopyTo in class jxl.write.biff.FormulaRecordcol - the column which the new cell will occupyrow - the row which the new cell will occupy