public class Formula extends jxl.write.biff.FormulaRecord implements WritableCell
Constructor and 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 and Description |
---|---|
WritableCell |
copyTo(int col,
int row)
Implementation of the deep copy function
|
getContents, getData, getFormulaData, getType
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormat
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWritableCellFeatures, setCellFeatures, setCellFormat
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
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