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, getTypeaddCellFeatures, getCellFeatures, getCellFormat, getColumn, 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 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