Cell
, WritableCell
public 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, isHidden
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormat
getContents, getData, getFormulaData, getType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWritableCellFeatures, setCellFeatures, setCellFormat
public 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 WritableCell
copyTo
in class jxl.write.biff.FormulaRecord
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy